diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-06-08 15:56:15 +0200 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-06-08 15:56:15 +0200 |
commit | 0f4c06f76f1791075bbdd50822a3a5f410cf5077 (patch) | |
tree | 016c432dd9ee18e6ed69ab7f4b30453213a718ec | |
parent | 687d09365fef8fe4bcabb909fe8a5e9a1b0834a2 (diff) |
pcf50633: Fix typo
-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) \ |