]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-omap/board.h
Fix remaining sparse warnings in arch/arm/mach-omap2
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-omap / board.h
index 3763f3ed52ea39ae852cef7f2886d21069975f7e..0783e606022a7c9b0288117614642cfcec061a26 100644 (file)
@@ -128,9 +128,9 @@ struct omap_pwm_led_platform_data {
 struct omap_gpio_switch_config {
        char name[12];
        u16 gpio;
-       int flags:4;
-       int type:4;
-       int key_code:24; /* Linux key code */
+       u8 flags:4;
+       u8 type:4;
+       unsigned int key_code:24; /* Linux key code */
 };
 
 struct omap_uart_config {