Skip to content

Commit

Permalink
Merge tag 'cleanup-for-3.8' of git://server.prisktech.co.nz/git/linux…
Browse files Browse the repository at this point in the history
…wmt into next/cleanup

From Tony Prisk: Cleanup for 3.8

Removes a few unused headers from include/mach
Removes unused arm/boot/compressed/head-vt8500.S
Fixes header text in mach-vt8500/timer.c

Signed-off-by: Tony Prisk <linux@prisktech.co.nz>

* tag 'cleanup-for-3.8' of git://server.prisktech.co.nz/git/linuxwmt:
  vt8500: Fix header in mach-vt8500/timer.c
  vt8500: Remove arm/boot/compressed/head-vt8500.S
  vt8500: Remove unused headers from include/mach/

Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Olof Johansson committed Oct 16, 2012
2 parents 4afe30d + 83cc769 commit eccfe8b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 100 deletions.
4 changes: 0 additions & 4 deletions arch/arm/boot/compressed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ ifeq ($(CONFIG_ARCH_SA1100),y)
OBJS += head-sa1100.o
endif

ifeq ($(CONFIG_ARCH_VT8500),y)
OBJS += head-vt8500.o
endif

ifeq ($(CONFIG_CPU_XSCALE),y)
OBJS += head-xscale.o
endif
Expand Down
46 changes: 0 additions & 46 deletions arch/arm/boot/compressed/head-vt8500.S

This file was deleted.

12 changes: 0 additions & 12 deletions arch/arm/mach-vt8500/include/mach/hardware.h

This file was deleted.

18 changes: 0 additions & 18 deletions arch/arm/mach-vt8500/include/mach/i8042.h

This file was deleted.

17 changes: 0 additions & 17 deletions arch/arm/mach-vt8500/include/mach/restart.h

This file was deleted.

2 changes: 1 addition & 1 deletion arch/arm/mach-vt8500/timer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* arch/arm/mach-vt8500/timer_dt.c
* arch/arm/mach-vt8500/timer.c
*
* Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
* Copyright (C) 2010 Alexey Charkov <alchark@gmail.com>
Expand Down
2 changes: 0 additions & 2 deletions arch/arm/mach-vt8500/vt8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
#include <linux/of_irq.h>
#include <linux/of_platform.h>

#include <mach/restart.h>

#include "common.h"

#define LEGACY_GPIO_BASE 0xD8110000
Expand Down

0 comments on commit eccfe8b

Please sign in to comment.