diff options
Diffstat (limited to 'drivers/edac/octeon_edac-l2c.c')
-rw-r--r-- | drivers/edac/octeon_edac-l2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/octeon_edac-l2c.c b/drivers/edac/octeon_edac-l2c.c index 40fde6a51ed6..7e98084d3645 100644 --- a/drivers/edac/octeon_edac-l2c.c +++ b/drivers/edac/octeon_edac-l2c.c | |||
@@ -131,7 +131,7 @@ static void octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c) | |||
131 | _octeon_l2c_poll_oct2(l2c, i); | 131 | _octeon_l2c_poll_oct2(l2c, i); |
132 | } | 132 | } |
133 | 133 | ||
134 | static int __devinit octeon_l2c_probe(struct platform_device *pdev) | 134 | static int octeon_l2c_probe(struct platform_device *pdev) |
135 | { | 135 | { |
136 | struct edac_device_ctl_info *l2c; | 136 | struct edac_device_ctl_info *l2c; |
137 | 137 | ||