]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/commitdiff
PWM: Remove unused data
authorPhilip, Avinash <avinashphilip@ti.com>
Sun, 11 Mar 2012 08:22:19 +0000 (13:52 +0530)
committerPhilip, Avinash <avinashphilip@ti.com>
Tue, 13 Mar 2012 13:19:56 +0000 (18:49 +0530)
Removes unused data in PWM platform data structure
config_semaphore
pwmss_module_usage_count
config_mem_base

Signed-off-by: Philip, Avinash <avinashphilip@ti.com>
include/linux/pwm/pwm.h

index 3bab0a14a5e3c91d61c68a6174638dbfaaee0917..99c08f5d5bc33c362f5d16940f894767ae4f2adb 100644 (file)
@@ -122,9 +122,6 @@ struct pwm_chan_attrib {
 
 struct pwmss_platform_data {
        int channel_mask;
-       struct semaphore config_semaphore;
-       int pwmss_module_usage_count;
-       void *config_mem_base;
        u8 version;
        struct pwm_chan_attrib chan_attrib[PWM_CHANNEL];
 };