misc: l3g4200d: Remove unused fields from platform data struct
authorRebecca Schultz Zavin <rebecca@android.com>
Wed, 25 Aug 2010 20:54:10 +0000 (13:54 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:48 +0000 (16:33 -0700)
Change-Id: Iaacac3d9bbf4f87a272822c76c2cd6939059597a
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
include/linux/l3g4200d.h

index e6d5faa06d9c92af427f3ea9d5405db0ed12a91d..d851eb7d42ee1f80dc9db32ef64d95efb0270bb1 100644 (file)
@@ -63,10 +63,6 @@ struct l3g4200d_platform_data {
        u8 negate_y;
        u8 negate_z;
 
-       void (*exit)(void);
-       int (*power_on)(void);
-       int (*power_off)(void);
-
 };
 #endif /* __KERNEL__ */