]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-tx4939.c is modular and so needs module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 29 Jul 2011 00:23:50 +0000 (20:23 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:49 +0000 (04:05 -0400)
commitf3683ce02a0fa730c15f67fd8ccec0f92861ed89
tree0964ead63e358b3838ab1dd0e0405d53de2b7b62
parentf4fd4c769d9bc7543014ec195085c46a330e06ef
rtc: rtc-tx4939.c is modular and so needs module.h

Or else you'll get this:

drivers/rtc/rtc-tx4939.c:317: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/rtc/rtc-tx4939.c