[ATM]: [lanai] sram_test_word() must be __devinit

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: chas williams <[EMAIL PROTECTED]>

---
commit 9b3515b17a74eff9aad7409dd64888cf0cd03d4d
tree 6b10b2df62cd24cfc86558c70ecc761e5bcaf724
parent b7560ad591d645443595555766df2f2c687e9e65
author Adrian Bunk <[EMAIL PROTECTED]> Thu, 12 Jul 2007 11:17:16 -0400
committer chas williams - CONTRACTOR <[EMAIL PROTECTED]> Thu, 12 Jul 2007 
11:17:16 -0400

 drivers/atm/lanai.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/atm/lanai.c b/drivers/atm/lanai.c
index 4e1fa50..0ac201e 100644
--- a/drivers/atm/lanai.c
+++ b/drivers/atm/lanai.c
@@ -553,8 +553,8 @@ static inline void sram_write(const struct lanai_dev *lanai,
        writel(val, sram_addr(lanai, offset));
 }
 
-static int __init sram_test_word(
-       const struct lanai_dev *lanai, int offset, u32 pattern)
+static int __devinit sram_test_word(const struct lanai_dev *lanai,
+                                   int offset, u32 pattern)
 {
        u32 readback;
        sram_write(lanai, pattern, offset);
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to