watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / sp805_wdt.c
index f1c1e889e4192345aac285d8cdea18985e88bf30..32a5419657d229570b0795b32584889531e7eeff 100644 (file)
@@ -210,7 +210,7 @@ static const struct watchdog_ops wdt_ops = {
        .get_timeleft   = wdt_timeleft,
 };
 
-static int __devinit
+static int
 sp805_wdt_probe(struct amba_device *adev, const struct amba_id *id)
 {
        struct sp805_wdt *wdt;
This page took 0.075784 seconds and 5 git commands to generate.