On Tuesday 30 September 2008, Felipe Balbi wrote:
> +struct twl4030_keypad_data {
> + int rows;
> + int cols;
> + int *keymap;
> + int irq;
> + unsigned int keymapsize;
> + unsigned int rep:1;
> +};
To fix later: "irq" should be a standard platform resource.
Those references in board init code to TWL4030_MODIRQ_KEYPAD
should vanish, and add_children() should just pass the right
number the standard way.
- Dave
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html