Skip to content

Commit

Permalink
Update arch/arm/mach-exynos/mach-hkdk4412.c
Browse files Browse the repository at this point in the history
Missing # in #if defined()
  • Loading branch information
xenoxaos committed Sep 30, 2012
1 parent 1092cac commit 8ac90a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/mach-hkdk4412.c
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ static struct i2c_board_info hdmiphy_info = {
I2C_BOARD_INFO("hdmiphy-exynos4412", 0x38),
};
#endif
if defined(CONFIG_ODROID_X_ANDROID_LEDS)
#if defined(CONFIG_ODROID_X_ANDROID_LEDS)
//------------------ ADD Hardkernel -------------------
#include <linux/hrtimer.h>
#include <linux/slab.h>
Expand Down

0 comments on commit 8ac90a3

Please sign in to comment.