Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (44 commits) vlynq: make whole Kconfig-menu dependant on architecture add descriptive comment for TIF_MEMDIE task flag declaration. EEPROM: max6875: Header file cleanup EEPROM: 93cx6: Header file cleanup EEPROM: Header file cleanup agp: use NULL instead of 0 when pointer is needed rtc-v3020: make bitfield unsigned PCI: make bitfield unsigned jbd2: use NULL instead of 0 when pointer is needed cciss: fix shadows sparse warning doc: inode uses a mutex instead of a semaphore. uml: i386: Avoid redefinition of NR_syscalls fix "seperate" typos in comments cocbalt_lcdfb: correct sections doc: Change urls for sparse Powerpc: wii: Fix typo in comment i2o: cleanup some exit paths Documentation/: it's -> its where appropriate UML: Fix compiler warning due to missing task_struct declaration UML: add kernel.h include to signal.c ...
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* An I2C driver for the Epson RX8581 RTC
|
||||
*
|
||||
* Author: Martyn Welch <martyn.welch@gefanuc.com>
|
||||
* Copyright 2008 GE Fanuc Intelligent Platforms Embedded Systems, Inc.
|
||||
* Author: Martyn Welch <martyn.welch@ge.com>
|
||||
* Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
@ -272,7 +272,7 @@ static void __exit rx8581_exit(void)
|
||||
i2c_del_driver(&rx8581_driver);
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("Martyn Welch <martyn.welch@gefanuc.com>");
|
||||
MODULE_AUTHOR("Martyn Welch <martyn.welch@ge.com>");
|
||||
MODULE_DESCRIPTION("Epson RX-8581 RTC driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION(DRV_VERSION);
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* A RTC driver for the Simtek STK17TA8
|
||||
*
|
||||
* By Thomas Hommel <thomas.hommel@gefanuc.com>
|
||||
* By Thomas Hommel <thomas.hommel@ge.com>
|
||||
*
|
||||
* Based on the DS1553 driver from
|
||||
* Atsushi Nemoto <anemo@mba.ocn.ne.jp>
|
||||
@ -382,7 +382,7 @@ static __exit void stk17ta8_exit(void)
|
||||
module_init(stk17ta8_init);
|
||||
module_exit(stk17ta8_exit);
|
||||
|
||||
MODULE_AUTHOR("Thomas Hommel <thomas.hommel@gefanuc.com>");
|
||||
MODULE_AUTHOR("Thomas Hommel <thomas.hommel@ge.com>");
|
||||
MODULE_DESCRIPTION("Simtek STK17TA8 RTC driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION(DRV_VERSION);
|
||||
|
Reference in New Issue
Block a user