Commit d824a4d2 authored by Russell King's avatar Russell King

[ARM] Minor white space cleanup

parent ef9f43d5
...@@ -797,7 +797,7 @@ struct sa1111_save_data { ...@@ -797,7 +797,7 @@ struct sa1111_save_data {
unsigned int wakeen1; unsigned int wakeen1;
}; };
#ifdef CONFIG_PM #ifdef CONFIG_PM
static int sa1111_suspend(struct device *dev, u32 state, u32 level) static int sa1111_suspend(struct device *dev, u32 state, u32 level)
{ {
...@@ -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 #define sa1111_resume NULL
#endif /* !CONFIG_PM */ #endif
static int sa1111_probe(struct device *dev) static int sa1111_probe(struct device *dev)
{ {
......
...@@ -73,7 +73,7 @@ int main(void) ...@@ -73,7 +73,7 @@ int main(void)
DEFINE(VM_EXEC, VM_EXEC); DEFINE(VM_EXEC, VM_EXEC);
BLANK(); BLANK();
DEFINE(PAGE_SZ, PAGE_SIZE); DEFINE(PAGE_SZ, PAGE_SIZE);
DEFINE(VIRT_OFFSET, PAGE_OFFSET); DEFINE(VIRT_OFFSET, PAGE_OFFSET);
BLANK(); BLANK();
DEFINE(SYS_ERROR0, 0x9f0000); DEFINE(SYS_ERROR0, 0x9f0000);
BLANK(); BLANK();
......
...@@ -211,8 +211,8 @@ static int neponset_resume(struct device *dev, u32 level) ...@@ -211,8 +211,8 @@ static int neponset_resume(struct device *dev, u32 level)
} }
#else #else
#define neponset_suspend NULL #define neponset_suspend NULL
#define neponset_resume NULL #define neponset_resume NULL
#endif #endif
static struct device_driver neponset_device_driver = { static struct device_driver neponset_device_driver = {
......
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