diff options
Diffstat (limited to 'include/asm-arm/arch-pxa')
-rw-r--r-- | include/asm-arm/arch-pxa/sharpsl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-arm/arch-pxa/sharpsl.h b/include/asm-arm/arch-pxa/sharpsl.h index 94cb4982af82..2b0fe773213a 100644 --- a/include/asm-arm/arch-pxa/sharpsl.h +++ b/include/asm-arm/arch-pxa/sharpsl.h | |||
@@ -25,12 +25,6 @@ struct corgits_machinfo { | |||
25 | /* | 25 | /* |
26 | * SharpSL Backlight | 26 | * SharpSL Backlight |
27 | */ | 27 | */ |
28 | struct corgibl_machinfo { | ||
29 | int max_intensity; | ||
30 | int default_intensity; | ||
31 | int limit_mask; | ||
32 | void (*set_bl_intensity)(int intensity); | ||
33 | }; | ||
34 | extern void corgibl_limit_intensity(int limit); | 28 | extern void corgibl_limit_intensity(int limit); |
35 | 29 | ||
36 | 30 | ||