Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 585468e5 authored by Jochen Friedrich's avatar Jochen Friedrich Committed by Paul Mackerras
Browse files

[POWERPC] i2c: Fix build breakage introduced by OF helpers



Fix build breakage introduced in commit "[POWERPC] i2c: OF helpers for
the i2c API".  If i2c-core is compiled as a module, the helper needs
to be compiled as a module, as well.  Rename i2c.c to of_i2c.c to
avoid name space conflict.

[paulus@samba.org: Changed dependency from OF to PPC_OF to avoid
sparc{32,64} allmodconfig breakage.]

Signed-off-by: default avatarJochen Friedrich <jochen@scram.de>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 9f264be6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ config OF_GPIO
	  OpenFirmware GPIO accessors

config OF_I2C
	def_bool y
	depends on OF && I2C
	def_tristate I2C
	depends on PPC_OF && I2C
	help
	  OpenFirmware I2C accessors
+1 −1
Original line number Diff line number Diff line
obj-y = base.o
obj-$(CONFIG_OF_DEVICE) += device.o platform.o
obj-$(CONFIG_OF_GPIO)   += gpio.o
obj-$(CONFIG_OF_I2C)	+= i2c.o
obj-$(CONFIG_OF_I2C)	+= of_i2c.o
+0 −0

File moved.