Revert "s5pc110: f1: rename max8998 to max89xx"
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 19 Jan 2011 12:37:43 +0000 (21:37 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 19 Jan 2011 12:37:43 +0000 (21:37 +0900)
This reverts commit 232585e3c2b01ef3107b4a8f2cac2826ec1d2664.

board/samsung/f1_c110/f1.c

index b2d5e42..43ee29e 100644 (file)
@@ -45,7 +45,7 @@
 #include <spi.h>
 #include <bmp_layout.h>
 #include <ramoops.h>
-#include <max89xx.h>
+#include <max8998.h>
 
 #include "animation_frames.h"
 #include "gpio_setting.h"
@@ -918,7 +918,7 @@ int misc_init_r(void)
        check_keypad();
 
        /* check max8998 */
-       max89xx_init(I2C_PMIC);
+       max8998_init(I2C_PMIC);
        init_pmic();
 
 #ifdef CONFIG_S5PC1XXFB