X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fibmasr.c;h=366b0474f27851406cf103a0e4420d560759d47a;hb=52839bfb0c4b56b5c2688c96ce656df4034b2c87;hp=db0a34460e57a796a3891cb407d52d2985d20102;hpb=3bad8bb5cd3048a67df43ac6b1e2f191f19d9ff0;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/drivers/watchdog/ibmasr.c b/drivers/watchdog/ibmasr.c index db0a344..366b047 100644 --- a/drivers/watchdog/ibmasr.c +++ b/drivers/watchdog/ibmasr.c @@ -360,7 +360,7 @@ struct ibmasr_id { int type; }; -static struct ibmasr_id __initdata ibmasr_id_table[] = { +static struct ibmasr_id ibmasr_id_table[] __initdata = { { "IBM Automatic Server Restart - eserver xSeries 220", ASMTYPE_TOPAZ }, { "IBM Automatic Server Restart - Machine Type 8673", ASMTYPE_PEARL }, { "IBM Automatic Server Restart - Machine Type 8480", ASMTYPE_JASPER },