Browse Source

ARM: at91: remove unused dbgu_readl() macro

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Nicolas Ferre 12 years ago
parent
commit
42e73f1fc1
1 changed files with 0 additions and 3 deletions
  1. 0 3
      arch/arm/mach-at91/include/mach/at91_dbgu.h

+ 0 - 3
arch/arm/mach-at91/include/mach/at91_dbgu.h

@@ -16,9 +16,6 @@
 #ifndef AT91_DBGU_H
 #define AT91_DBGU_H
 
-#define dbgu_readl(dbgu, field) \
-	__raw_readl(AT91_VA_BASE_SYS + dbgu + AT91_DBGU_ ## field)
-
 #if !defined(CONFIG_ARCH_AT91X40)
 #define AT91_DBGU_CR		(0x00)	/* Control Register */
 #define AT91_DBGU_MR		(0x04)	/* Mode Register */