linux/arch/arm/mach-s3c2440
Lars-Peter Clausen 6a53048dde ARM: S3C2440: Fix usage gpio bank j pin definitions on GTA02
The gta02 header file still uses the old S3C2410_GPJx defines instead of the
S3C2410_GPJ(x) macro. Since the S3C2410_GPJx defines have already been removed
this causes the following build failure:

	sound/soc/samsung/neo1973_wm8753.c: In function 'lm4853_set_spk':
	sound/soc/samsung/neo1973_wm8753.c:259: error: 'S3C2440_GPJ2' undeclared (first use in this function)
	sound/soc/samsung/neo1973_wm8753.c:259: error: (Each undeclared identifier is reported only once
	sound/soc/samsung/neo1973_wm8753.c:259: error: for each function it appears in.)
	sound/soc/samsung/neo1973_wm8753.c: In function 'lm4853_get_spk':
	sound/soc/samsung/neo1973_wm8753.c:267: error: 'S3C2440_GPJ2' undeclared (first use in this function)
	sound/soc/samsung/neo1973_wm8753.c: In function 'lm4853_event':
	sound/soc/samsung/neo1973_wm8753.c:276: error: 'S3C2440_GPJ1' undeclared (first use in this function)
	sound/soc/samsung/neo1973_wm8753.c: At top level:
	sound/soc/samsung/neo1973_wm8753.c:439: error: 'S3C2440_GPJ2' undeclared here (not in a function)
	sound/soc/samsung/neo1973_wm8753.c:440: error: 'S3C2440_GPJ1' undeclared here (not in a function)

This patches fixes the issue by doing a s,S3C2410_GPJ([\d]+),S3C2410_GPJ(\1),g
on the file.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2011-03-04 15:46:26 +09:00
..
include/mach ARM: S3C2440: Fix usage gpio bank j pin definitions on GTA02 2011-03-04 15:46:26 +09:00
Kconfig ARM: S3C2440: Select missing S3C_DEV_USB_HOST on GTA02 2011-03-04 15:46:26 +09:00
Makefile
clock.c
dma.c
dsc.c
irq.c ARM: S3C24XX: irq_data conversion 2011-01-03 19:15:54 +09:00
mach-anubis.c
mach-at2440evb.c
mach-gta02.c
mach-mini2440.c
mach-nexcoder.c
mach-osiris-dvs.c
mach-osiris.c
mach-rx1950.c ARM: Samsung: Define common audio-dma device 2010-11-23 14:04:44 +00:00
mach-rx3715.c
mach-smdk2440.c
s3c244x-clock.c
s3c244x-irq.c ARM: S3C24XX: irq_data conversion 2011-01-03 19:15:54 +09:00
s3c244x.c
s3c2440-cpufreq.c
s3c2440-pll-12000000.c
s3c2440-pll-16934400.c
s3c2440.c ARM: S3C24XX: Fix mess with gpio {set,get}_pull callbacks 2010-12-08 01:04:56 +00:00
s3c2442.c ARM: S3C24XX: Fix mess with gpio {set,get}_pull callbacks 2010-12-08 01:04:56 +00:00