Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ARM: at91: remove unused dbgu_readl() macro

parent e7619459
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */