mbox

[GIT,PULL] Xilinx Zynq cleanups for v3.19

Message ID 547C28EA.50003@monstr.eu
State New
Headers show

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynq-cleanup-for-3.19

Message

Michal Simek Dec. 1, 2014, 8:38 a.m. UTC
Hi,

please pull these two cleanups patches to your tree.

Thanks,
Michal

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynq-cleanup-for-3.19

for you to fetch changes up to 2b175186fbdaa767327e743bd6215f709379272a:

  ARM: zynq: Remove secondary_startup() declaration from header (2014-12-01 09:32:22 +0100)

----------------------------------------------------------------
arm: Xilinx Zynq cleanup patches for v3.19

- Remove unused file and declaration

----------------------------------------------------------------
Michal Simek (1):
      ARM: zynq: Remove secondary_startup() declaration from header

Soren Brinkmann (1):
      ARM: zynq: Actually remove hotplug.c

 arch/arm/mach-zynq/Makefile  |  2 --
 arch/arm/mach-zynq/common.h  |  1 -
 arch/arm/mach-zynq/hotplug.c | 14 --------------
 3 files changed, 17 deletions(-)
 delete mode 100644 arch/arm/mach-zynq/hotplug.c

Comments

Arnd Bergmann Dec. 4, 2014, 3:54 p.m. UTC | #1
On Monday 01 December 2014 09:38:02 Michal Simek wrote:
> arm: Xilinx Zynq cleanup patches for v3.19
> 
> - Remove unused file and declaration
> 
> 

Pulled into next/cleanup, thanks!

	Arnd