diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 20:49:25 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 20:49:25 +0900 |
commit | 3d5c1fdcaa7d3d414ce5928601b9578b80441a90 (patch) | |
tree | b2b72318c2c8a20e2bf71fc9edb3322507812618 /arch/arm/plat-s5p/Makefile | |
parent | 925c68cdca7412cb0ce9d63dab3cbfc9b47b3c8d (diff) |
ARM: SAMSUNG: Fixup merge problem
Fixup merge which re-introduced the setup-i2c0 helper
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5p/Makefile')
-rw-r--r-- | arch/arm/plat-s5p/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s5p/Makefile b/arch/arm/plat-s5p/Makefile index 25941a5d3bf6..39c242bb9d58 100644 --- a/arch/arm/plat-s5p/Makefile +++ b/arch/arm/plat-s5p/Makefile @@ -17,4 +17,4 @@ obj-y += cpu.o obj-y += clock.o obj-y += irq.o obj-$(CONFIG_S5P_EXT_INT) += irq-eint.o -obj-y += setup-i2c0.o + |