diff options
-rw-r--r-- | drivers/mfd/pcf50633-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index 5082c829444..aa906ff4eac 100644 --- a/drivers/mfd/pcf50633-core.c +++ b/drivers/mfd/pcf50633-core.c @@ -241,7 +241,7 @@ static const struct dev_pm_ops pcf50633_pm_ops = { #define PCF50633_PM_OPS (&pcf50633_pm_ops) #else -#define PC50633_PM_OPS NULL +#define PCF50633_PM_OPS NULL #endif #define PCF50633_CELL(_name) \ |