mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
hwmon: (i5500_temp) Drop unnecessary include files
The driver does not perform any locking, does not execute or use any sleep related functionality, and does not allocate memory. Drop the unnecessary include files. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
0517a5c70c
commit
75616264e0
1 changed files with 0 additions and 3 deletions
|
|
@ -8,13 +8,10 @@
|
|||
#include <linux/bitops.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/jiffies.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/pci.h>
|
||||
#include <linux/hwmon.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/mutex.h>
|
||||
|
||||
/* Register definitions from datasheet */
|
||||
#define REG_TSTHRCATA 0xE2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue