ARM: realview: convert pl061 no irq to 0 instead of -1
[deliverable/linux.git] / arch / arm / mach-realview / realview_pb1176.c
index c057540ec776eca7d27a321e67664a701894e495..226769664101bee335d6f611348379899aed9559 100644 (file)
@@ -113,17 +113,14 @@ static void __init realview_pb1176_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.027033 seconds and 5 git commands to generate.