Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: chas williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Adrian Bunk and committed by
David S. Miller
de24a193 2db84a86

+2 -2
+2 -2
drivers/atm/lanai.c
··· 552 552 writel(val, sram_addr(lanai, offset)); 553 553 } 554 554 555 - static int __init sram_test_word( 556 - const struct lanai_dev *lanai, int offset, u32 pattern) 555 + static int __devinit sram_test_word(const struct lanai_dev *lanai, 556 + int offset, u32 pattern) 557 557 { 558 558 u32 readback; 559 559 sram_write(lanai, pattern, offset);