diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 18:30:03 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 18:30:03 +0100 |
commit | 141124c02059eee9dbc5c86ea797b1ca888e77f7 (patch) | |
tree | ee5feb86df07f0f0de1350dd569767ec31537869 /arch/blackfin | |
parent | 9ffc93f203c18a70623f21950f1dd473c9ec48cd (diff) | |
download | op-kernel-dev-141124c02059eee9dbc5c86ea797b1ca888e77f7.zip op-kernel-dev-141124c02059eee9dbc5c86ea797b1ca888e77f7.tar.gz |
Delete all instances of asm/system.h
Delete all instances of asm/system.h as they should be redundant by this
point.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/system.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/blackfin/include/asm/system.h b/arch/blackfin/include/asm/system.h deleted file mode 100644 index a7f4057..0000000 --- a/arch/blackfin/include/asm/system.h +++ /dev/null @@ -1,5 +0,0 @@ -/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */ -#include <asm/barrier.h> -#include <asm/cmpxchg.h> -#include <asm/exec.h> -#include <asm/switch_to.h> |