Source
6
6
*
7
7
* This program is free software; you can redistribute it and/or modify
8
8
* it under the terms of the GNU General Public License version 2 as
9
9
* published by the Free Software Foundation.
10
10
*
11
11
* For further information, see the Documentation/hwmon/max197 file.
12
12
*/
13
13
​
14
14
#include <linux/kernel.h>
15
15
#include <linux/module.h>
16
+
#include <linux/mod_devicetable.h>
16
17
#include <linux/init.h>
17
18
#include <linux/err.h>
18
19
#include <linux/slab.h>
19
20
#include <linux/mutex.h>
20
21
#include <linux/device.h>
21
22
#include <linux/sysfs.h>
22
23
#include <linux/hwmon.h>
23
24
#include <linux/hwmon-sysfs.h>
24
25
#include <linux/platform_device.h>
25
26
#include <linux/platform_data/max197.h>