]> git.baikalelectronics.ru Git - kernel.git/commit
arm ide breakage
authorAl Viro <viro@ZenIV.linux.org.uk>
Sun, 26 Oct 2008 05:40:26 +0000 (05:40 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Oct 2008 16:35:05 +0000 (09:35 -0700)
commit034b1410503b35fa9e7814c767b0a4166048541c
tree84c46502d53718d0c9275e7d41ae6776ab9eab52
parent45d1ac872ac0cd7f86198e0f82dc63da334fffcc
arm ide breakage

a) semicolon before the function body is a bad idea
b) it's const struct foo, not struct const foo
c) incidentally, it's ecard_remove_driver(), not ecard_unregister_driver()
d) compiling is occasionally useful.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/ide/icside.c
drivers/ide/rapide.c