summaryrefslogtreecommitdiffstats
path: root/power-710.c
diff options
context:
space:
mode:
Diffstat (limited to 'power-710.c')
-rw-r--r--power-710.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/power-710.c b/power-710.c
index 3c5b705..2d33214 100644
--- a/power-710.c
+++ b/power-710.c
@@ -52,7 +52,7 @@
static int display_fd;
#define SYS_DISPLAY_PWR "/sys/kernel/hbtp/display_pwr"
-int set_interactive_override(struct power_module *module, int on)
+int set_interactive_override(int on)
{
static const char *display_on = "1";
static const char *display_off = "0";