From: Rebecca Schultz Zavin Date: Wed, 25 Aug 2010 20:55:40 +0000 (-0700) Subject: misc: max9635: Remove unused fields from platform data struct X-Git-Tag: firefly_0821_release~9834^2~638 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ed620b98d6d7406289070575a1a6df01ad2e0955;p=firefly-linux-kernel-4.4.55.git misc: max9635: Remove unused fields from platform data struct Change-Id: Icc712ce96970d3808881fa22b0e5095aa1596b2e Signed-off-by: Rebecca Schultz Zavin --- diff --git a/include/linux/max9635.h b/include/linux/max9635.h index be23a2cef7ee..aa514d8e89d7 100644 --- a/include/linux/max9635.h +++ b/include/linux/max9635.h @@ -36,8 +36,6 @@ struct max9635_platform_data { u32 lens_percent_t; struct max9635_als_zone_data *als_lux_table; u8 num_of_zones; - int (*power_on)(void); - int (*power_off)(void); }; #endif /* __KERNEL__ */