staging: kpc2000: drop useless softdep statement
The i2c-dev module is for access to I2C buses from user-space. Kernel drivers do not care about its presence. Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Matt Sickler <Matt.Sickler@daktronics.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c55cc97a25
commit
268d828144
@ -31,7 +31,6 @@
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Matt.Sickler@Daktronics.com");
|
||||
MODULE_SOFTDEP("pre: i2c-dev");
|
||||
|
||||
struct i2c_device {
|
||||
unsigned long smba;
|
||||
|
Loading…
Reference in New Issue
Block a user