diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2014-07-20 13:39:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-21 21:43:19 -0700 |
commit | be80d844c3d2c5f5b83c57f92684b37c69771ada (patch) | |
tree | 7b814f13159f581efe6de46a94f859c2988fbfb0 | |
parent | 79294d7eff89f65d2e58021bca81437e88fa61e3 (diff) | |
download | op-kernel-dev-be80d844c3d2c5f5b83c57f92684b37c69771ada.zip op-kernel-dev-be80d844c3d2c5f5b83c57f92684b37c69771ada.tar.gz |
sparc64: drop unused SLOW_DOWN_IO definitions
They are no longer used.
All hits in the kernel are essential unused code or comments
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | arch/sparc/include/asm/io_64.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sparc/include/asm/io_64.h b/arch/sparc/include/asm/io_64.h index 7db75eb..6df9743 100644 --- a/arch/sparc/include/asm/io_64.h +++ b/arch/sparc/include/asm/io_64.h @@ -9,10 +9,6 @@ #include <asm/asi.h> #include <asm-generic/pci_iomap.h> -/* PC crapola... */ -#define __SLOW_DOWN_IO do { } while (0) -#define SLOW_DOWN_IO do { } while (0) - /* BIO layer definitions. */ extern unsigned long kern_base, kern_size; |