ARM: realview: convert pl061 no irq to 0 instead of -1
[deliverable/linux.git] / arch / arm / mach-realview / realview_pbx.c
index 63c4114afae92b84a32ebfe5cf7527e0af5e9c1b..be3a01fe00b9d386cad7009575672ac7770254c3 100644 (file)
@@ -124,17 +124,14 @@ static void __init realview_pbx_map_io(void)
 
 static struct pl061_platform_data gpio0_plat_data = {
        .gpio_base      = 0,
-       .irq_base       = -1,
 };
 
 static struct pl061_platform_data gpio1_plat_data = {
        .gpio_base      = 8,
-       .irq_base       = -1,
 };
 
 static struct pl061_platform_data gpio2_plat_data = {
        .gpio_base      = 16,
-       .irq_base       = -1,
 };
 
 static struct pl022_ssp_controller ssp0_plat_data = {
This page took 0.029758 seconds and 5 git commands to generate.