[HACK][9610] drivers: acpm: set NULL to acpm_mfd_node
authoryi jaeuk <ju.yi@samsung.com>
Fri, 4 May 2018 09:14:28 +0000 (18:14 +0900)
committeryi jaeuk <ju.yi@samsung.com>
Tue, 8 May 2018 04:54:57 +0000 (13:54 +0900)
Change-Id: I5cd662400604e46fd2868972634d47f639cc48ec
Signed-off-by: yi jaeuk <ju.yi@samsung.com>
drivers/soc/samsung/acpm/acpm_mfd.c

index 813a4e21c776bfcc69ba43625d016c6434ccfe8b..45d5485c0b0c02bd78e0eed8ca195195d99ac714 100644 (file)
@@ -14,7 +14,7 @@
 #include <soc/samsung/acpm_mfd.h>
 #include <soc/samsung/acpm_ipc_ctrl.h>
 
-extern struct device_node *acpm_mfd_node;
+struct device_node *acpm_mfd_node = NULL;
 static DEFINE_MUTEX(acpm_mfd_lock);
 
 int exynos_acpm_read_reg(u16 type, u8 reg, u8 *dest)