aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/glamo-core.h
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2010-06-21 23:45:17 +0200
committerLars-Peter Clausen <lars@metafoo.de>2010-06-23 15:24:53 +0200
commitb44d4e355e2ab380c08adbebd0a2062ec9e198ae (patch)
treef4b1294a0666cec0a35c054c45fbb4045efea971 /drivers/mfd/glamo/glamo-core.h
parented749d913dd945572e4100c2ccbd2d3e0d5af675 (diff)
glamo: style/indentation fixes
Diffstat (limited to 'drivers/mfd/glamo/glamo-core.h')
-rw-r--r--drivers/mfd/glamo/glamo-core.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/mfd/glamo/glamo-core.h b/drivers/mfd/glamo/glamo-core.h
index 8897f90c3c0..34ec7c4cdf4 100644
--- a/drivers/mfd/glamo/glamo-core.h
+++ b/drivers/mfd/glamo/glamo-core.h
@@ -17,14 +17,14 @@
#define GLAMO_FB_SIZE (GLAMO_INTERNAL_RAM_SIZE - GLAMO_MMC_BUFFER_SIZE)
enum glamo_pll {
- GLAMO_PLL1,
- GLAMO_PLL2,
+ GLAMO_PLL1,
+ GLAMO_PLL2,
};
enum glamo_engine_state {
- GLAMO_ENGINE_DISABLED,
- GLAMO_ENGINE_SUSPENDED,
- GLAMO_ENGINE_ENABLED,
+ GLAMO_ENGINE_DISABLED,
+ GLAMO_ENGINE_SUSPENDED,
+ GLAMO_ENGINE_ENABLED,
};
struct glamo_core {