V4L/DVB (12508): soc-camera: remove unused .iface from struct soc_camera_platform_info
[safe/jmp/linux-2.6] / kernel / resource.c
index ac5f3a3..78b0872 100644 (file)
@@ -787,7 +787,7 @@ static int __init reserve_setup(char *str)
        static struct resource reserve[MAXRESERVE];
 
        for (;;) {
-               int io_start, io_num;
+               unsigned int io_start, io_num;
                int x = reserved;
 
                if (get_option (&str, &io_start) != 2)