From ed620b98d6d7406289070575a1a6df01ad2e0955 Mon Sep 17 00:00:00 2001 From: Rebecca Schultz Zavin Date: Wed, 25 Aug 2010 13:55:40 -0700 Subject: [PATCH] misc: max9635: Remove unused fields from platform data struct Change-Id: Icc712ce96970d3808881fa22b0e5095aa1596b2e Signed-off-by: Rebecca Schultz Zavin --- include/linux/max9635.h | 2 -- 1 file changed, 2 deletions(-) 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__ */ -- 2.34.1