mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
* remove mach/dma.h, it is not used * r8a7778 SoC: Removed unused r8a7778_init_irq * emev2 SoC: Use less verbose resource declarations * emev2 SoC: Correct typo in comment * r8a7790 SoC: Remove redundant init_machine callback * emev2, r8a7740, r8a7778, r8a7779, sh7372 and sh73a0 SoCs: Remove auxdata * emev2, r8a73a4, ape6evm, r8a7790 and sh73a0 SoCs, and lager and kzm9g boards: remove init_irq declaration in machine description * sh73a0 SoC: pinmux platform device cleanup * r8a7778 SoC: add __initdata on resource and device data * armadillo800eva board: Remove unused commend and define -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAABAgAGBQJR5yaYAAoJENfPZGlqN0++jX8P/jxQpzHR+WfDs4PaASW8lwo/ SAcf9hSVuI0hLWQAHFMAgyjQGREGhWRTiwG3hFwfx5Pi2W8HmdhEcuXwP4suaGph sKVLgJEUTJ9JezrY842id2eeUYecy0yNooLU/87N4VXRTv74cBY/sbZ3EE4d1von Sl6JLUGkzcy8/ssnypdmgeADTJPlg4HH7ApscI4ZG4PhqUTqAkzTteUOnKsNBmQb AEk/L7QEB/t/G/P43zz1MiIWGOY3XCR6yuAxJ93X8tyong/dtQDbXXP4kG8GJf+5 qpnR/UsWLdXR3pwyfmze7lFmMNWcroO2mmcGDKfJN577w8dRkgHZFZ5PCYWbqq/Y y7U8e8WHo1wR+aDm8fz7+vPYnkCrLfPj6KSEs79r8zkHtXlo0Go/GkLJ9kfGH77f /oCRbRQ8HdsJ+NGCVBhbhLpViqJ0Peh8Rx1mrDP/v9nFX820PB/wHeukHqTByoqF J2kdnoI3xVM3xaoVKsvza2ThSTF2iWoNWv++P1mSmWuIHKbmANYvPcGTfncah43L HhYm3A02dn2y71x87sO9Esq4GKNW4ArlFM/bp1J4nnwzJ0WkrG3cp3RP2t52SDMi lR6IS2qaPW7o7NzzsmsO5hbDc+/ZTMITWlfVt5s6gCxMoxGNWl11G15/Y7oGY3gl qQITlIUxUVt5m5/z23Zl =2Iva -----END PGP SIGNATURE----- Merge tag 'renesas-cleanup-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanup From Simon Horman: renesas-cleanup-for-v3.12 Renesas ARM based SoC cleanups for v3.12 * remove mach/dma.h, it is not used * r8a7778 SoC: Removed unused r8a7778_init_irq * emev2 SoC: Use less verbose resource declarations * emev2 SoC: Correct typo in comment * r8a7790 SoC: Remove redundant init_machine callback * emev2, r8a7740, r8a7778, r8a7779, sh7372 and sh73a0 SoCs: Remove auxdata * emev2, r8a73a4, ape6evm, r8a7790 and sh73a0 SoCs, and lager and kzm9g boards: remove init_irq declaration in machine description * sh73a0 SoC: pinmux platform device cleanup * r8a7778 SoC: add __initdata on resource and device data * armadillo800eva board: Remove unused commend and define * tag 'renesas-cleanup-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (22 commits) ARM: shmobile: Remove unused mach/dma.h ARM: shmobile: r8a7778: remove r8a7778_init_irq() ARM: shmobile: Fix EMEV2 clock comment typo ARM: shmobile: Make EMEV2 platform devices more compact ARM: shmobile: Remove unused EMEV2/KZM9D early console ARM: shmobile: Remove redundant r8a7790 callback ARM: shmobile: Remove unused sh73a0 auxdata table ARM: shmobile: Remove unused sh7372 auxdata table ARM: shmobile: Remove unused r8a7779 auxdata table ARM: shmobile: Remove unused r8a7778 auxdata and callback ARM: shmobile: Remove unused r8a7740 auxdata table ARM: shmobile: Remove unused EMEV2 auxdata and callback ARM: shmobile: kzm9g: Remove init_irq declaration in machine description ARM: shmobile: sh73a0: Remove init_irq declaration in machine description ARM: shmobile: lager: Remove init_irq declaration in machine description ARM: shmobile: r8a7790: Remove init_irq declaration in machine description ARM: shmobile: ape6evm: Remove init_irq declaration in machine description ARM: shmobile: r8a73a4: Remove init_irq declaration in machine description ARM: shmobile: emev2: Remove init_irq declaration in machine description ARM: shmobile: sh73a0 pinmux platform device cleanup ... Signed-off-by: Olof Johansson <olof@lixom.net>