From adf20c7db51c6de339d849fe717bce3a96866ece Mon Sep 17 00:00:00 2001 From: Rebecca Schultz Zavin Date: Wed, 25 Aug 2010 13:54:10 -0700 Subject: [PATCH] misc: l3g4200d: Remove unused fields from platform data struct Change-Id: Iaacac3d9bbf4f87a272822c76c2cd6939059597a Signed-off-by: Rebecca Schultz Zavin --- include/linux/l3g4200d.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/linux/l3g4200d.h b/include/linux/l3g4200d.h index e6d5faa06d9c..d851eb7d42ee 100644 --- 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__ */ -- 2.34.1