Skip to content

Commit

Permalink
Merge tag 'zynq-cleanup-for-3.19' of https://github.com/Xilinx/linux-…
Browse files Browse the repository at this point in the history
…xlnx into next/cleanup

Pull "arm: Xilinx Zynq cleanup patches for v3.19" from Michal Simek:

- Remove unused file and declaration

* tag 'zynq-cleanup-for-3.19' of https://github.com/Xilinx/linux-xlnx:
  ARM: zynq: Remove secondary_startup() declaration from header
  ARM: zynq: Actually remove hotplug.c

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Dec 4, 2014
2 parents 1f1dd58 + 2b17518 commit 3d26606
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-zynq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

# Common support
obj-y := common.o slcr.o pm.o
CFLAGS_REMOVE_hotplug.o =-march=armv6k
CFLAGS_hotplug.o =-Wa,-march=armv7-a -mcpu=cortex-a9
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
1 change: 0 additions & 1 deletion arch/arm/mach-zynq/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ extern void zynq_slcr_cpu_state_write(int cpu, bool die);
extern u32 zynq_slcr_get_device_id(void);

#ifdef CONFIG_SMP
extern void secondary_startup(void);
extern char zynq_secondary_trampoline;
extern char zynq_secondary_trampoline_jump;
extern char zynq_secondary_trampoline_end;
Expand Down
14 changes: 0 additions & 14 deletions arch/arm/mach-zynq/hotplug.c

This file was deleted.

0 comments on commit 3d26606

Please sign in to comment.