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

Commit d34a2c9a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: subsystem_restart: Remove incorrect use of smd_private.h"

parents 50678c26 0bfdfa42
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
#include <linux/miscdevice.h>
#include <linux/interrupt.h>
#include <linux/of_gpio.h>
#include <linux/platform_device.h>

#include <asm/current.h>

@@ -40,8 +41,6 @@
#include <mach/subsystem_notif.h>
#include <mach/subsystem_restart.h>

#include "smd_private.h"

static int enable_debug;
module_param(enable_debug, int, S_IRUGO | S_IWUSR);