]> git.baikalelectronics.ru Git - kernel.git/commit
mac: Make cuda_init_via() __init
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 30 Jun 2013 10:03:23 +0000 (12:03 +0200)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 1 Jul 2013 01:10:36 +0000 (11:10 +1000)
commit9140b5d5ec5e44103c5c2d7ca30f84acbb489b89
tree5e37829fa815589b89aac1f52f21e24ff60a174f
parent6ecb2bc895c0ee4cae7f3be511740afc7e2cd93b
mac: Make cuda_init_via() __init

cuda_init_via() is called from find_via_cuda() only, which is __init.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/macintosh/via-cuda.c