projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e70a772
)
misc: l3g4200d: Remove unused fields from platform data struct
author
Rebecca Schultz Zavin
<rebecca@android.com>
Wed, 25 Aug 2010 20:54:10 +0000
(13:54 -0700)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/include/linux/l3g4200d.h
b/include/linux/l3g4200d.h
index e6d5faa06d9c92af427f3ea9d5405db0ed12a91d..d851eb7d42ee1f80dc9db32ef64d95efb0270bb1 100644
(file)
--- a/
include/linux/l3g4200d.h
+++ b/
include/linux/l3g4200d.h
@@
-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__ */