s5pc210: slp7: remove max8998 from slp7
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 19 Jan 2011 11:40:28 +0000 (20:40 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 19 Jan 2011 11:40:28 +0000 (20:40 +0900)
It had no harm; however, it has been removed because it's useless.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
board/samsung/slp7_c210/slp7.c

index 0633a98..b3df886 100644 (file)
@@ -35,7 +35,6 @@
 #include <asm/arch/clk.h>
 #include <ramoops.h>
 #include <info_action.h>
-#include <max8998.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -964,10 +963,6 @@ int misc_init_r(void)
        info_action_check();
 #endif
 
-#ifdef CONFIG_CMD_PMIC
-       max8998_init(I2C_5);
-#endif
-
        return 0;
 }
 #endif