Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77a4a3e2 authored by Mark van Doesburg's avatar Mark van Doesburg Committed by Jean Delvare
Browse files

hwmon: (f71882fg) Misc cleanups



A few cleanups that were originally part of a larger patch but are
better submitted separately.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Cc: Mark van Doesburg <mark.vandoesburg@hetnet.nl>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent bc37ae71
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include <linux/hwmon-sysfs.h>
#include <linux/err.h>
#include <linux/mutex.h>
#include <asm/io.h>
#include <linux/io.h>

#define DRVNAME "f71882fg"

@@ -78,7 +78,7 @@ static unsigned short force_id;
module_param(force_id, ushort, 0);
MODULE_PARM_DESC(force_id, "Override the detected device ID");

static struct platform_device *f71882fg_pdev = NULL;
static struct platform_device *f71882fg_pdev;

/* Super-I/O Function prototypes */
static inline int superio_inb(int base, int reg);