summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/include/mach/at91_dbgu.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-04-09 13:37:28 (GMT)
committerArnd Bergmann <arnd@arndb.de>2013-04-09 13:37:28 (GMT)
commit3da254164501726d092c6e26103a7e1bf3971260 (patch)
treeeec0e0ae14a3f1d7176de6206f4375027a2a9392 /arch/arm/mach-at91/include/mach/at91_dbgu.h
parent4909e13cd9d864f95f63d2d16489778fff483460 (diff)
parent3aa630b3e6be83c4e91a68537fe6edf80f8d295e (diff)
downloadlinux-fsl-qoriq-3da254164501726d092c6e26103a7e1bf3971260.tar.xz
Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/cleanup
From Nicolas Ferre <nicolas.ferre@atmel.com>: Trivial typos and some macros removal & modification * tag 'at91-cleanup' of git://github.com/at91linux/linux-at91: ARM: at91: remove trailing semicolon from macros ARM: at91/setup: fix trivial typos ARM: at91: remove unused dbgu_readl() macro Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-at91/include/mach/at91_dbgu.h')
-rw-r--r--arch/arm/mach-at91/include/mach/at91_dbgu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91_dbgu.h b/arch/arm/mach-at91/include/mach/at91_dbgu.h
index 2aa0c5e..3b59485 100644
--- a/arch/arm/mach-at91/include/mach/at91_dbgu.h
+++ b/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 */