Skip to content

Commit

Permalink
sparc64: drop unused SLOW_DOWN_IO definitions
Browse files Browse the repository at this point in the history
They are no longer used.
All hits in the kernel are essential unused code or comments

Signed-off-by: Sam Ravnborg <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
sravnborg authored and davem330 committed Jul 22, 2014
1 parent 79294d7 commit be80d84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/sparc/include/asm/io_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit be80d84

Please sign in to comment.