Commit 42e73f1f authored by Nicolas Ferre's avatar Nicolas Ferre

ARM: at91: remove unused dbgu_readl() macro

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent e7619459
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment