aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <[email protected]>2019-07-01 17:06:38 +0200
committerGreg Kroah-Hartman <[email protected]>2019-07-01 17:44:50 +0200
commit268d828144d214d085b07f1bdde74aed41052f13 (patch)
treea21a6984d016150ee177a51158865aad2515d221
parentc55cc97a252488a8e2a9181c1c36713cad69ee18 (diff)
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 <[email protected]> Cc: Matt Sickler <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/kpc2000/kpc2000_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/kpc2000/kpc2000_i2c.c b/drivers/staging/kpc2000/kpc2000_i2c.c
index 3e08df9f205d..b108da4ac633 100644
--- a/drivers/staging/kpc2000/kpc2000_i2c.c
+++ b/drivers/staging/kpc2000/kpc2000_i2c.c
@@ -31,7 +31,6 @@
MODULE_LICENSE("GPL");
MODULE_AUTHOR("[email protected]");
-MODULE_SOFTDEP("pre: i2c-dev");
struct i2c_device {
unsigned long smba;