]> git.baikalelectronics.ru Git - kernel.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)
commitaf084223f79b10851e4db1e81ad95da437d7b056
tree95c65ad551bcdeb64bdc267b19988913c0b85f1c
parentcd93cf7c36d7235af02387e9b27b9443b70e650b
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