Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 268d8281 authored by Jean Delvare's avatar Jean Delvare Committed by Greg Kroah-Hartman
Browse files

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: default avatarJean Delvare <jdelvare@suse.de>
Cc: Matt Sickler <Matt.Sickler@daktronics.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c55cc97a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Matt.Sickler@Daktronics.com");
MODULE_SOFTDEP("pre: i2c-dev");

struct i2c_device {
	unsigned long           smba;