mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
hwmon: (tmp108) Drop mutex.h include
The driver does not perform any locking, so including mutex.h is not necessary. Drop it. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
3c1aefb365
commit
9a4bbd20a8
|
|
@ -10,7 +10,6 @@
|
|||
#include <linux/hwmon.h>
|
||||
#include <linux/mod_devicetable.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/mutex.h>
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/i3c/device.h>
|
||||
#include <linux/init.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user