Skip to content

Commit

Permalink
staging: kpc2000: drop useless softdep statement
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Jul 1, 2019
1 parent c55cc97 commit 268d828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/kpc2000/kpc2000_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

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

struct i2c_device {
unsigned long smba;
Expand Down

0 comments on commit 268d828

Please sign in to comment.