]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fix missing arguments in drivers/rtc/rtc-stk17ta8.c
authorAl Viro <viro@ftp.linux.org.uk>
Thu, 26 Jul 2007 16:32:49 +0000 (17:32 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 26 Jul 2007 18:11:56 +0000 (11:11 -0700)
commitc98dbe59ae4da701f81ba16eb02c94ed85e663c7
tree95c65ad551bcdeb64bdc267b19988913c0b85f1c
parentbe03e56b777362a70f29399aaff9989fc3f3de63
fix missing arguments in drivers/rtc/rtc-stk17ta8.c

struct bin_attribute * is needed in bin_attribute ->read()/->write()
now.  Incidentally, could people please run the fscking compiler
before and after applying their patch and compare the build logs?
That (and many, many other) would be caught immediately.

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