Commit d824a4d2 authored by Russell King's avatar Russell King

[ARM] Minor white space cleanup

parent ef9f43d5
...@@ -922,11 +922,10 @@ static int sa1111_resume(struct device *dev, u32 level) ...@@ -922,11 +922,10 @@ static int sa1111_resume(struct device *dev, u32 level)
return 0; return 0;
} }
#else /* !CONFIG_PM */ #else
#define sa1111_resume NULL
#define sa1111_suspend NULL #define sa1111_suspend NULL
#endif /* !CONFIG_PM */ #define sa1111_resume NULL
#endif
static int sa1111_probe(struct device *dev) static int sa1111_probe(struct device *dev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment