Commit 613cde54 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Removed duplicate definition of SA_TIMER

Removed duplicate definition of SA_TIMER
parent 947f45b5
...@@ -14,10 +14,8 @@ ...@@ -14,10 +14,8 @@
* *
* SA_INTERRUPT is also used by the irq handling routines. * SA_INTERRUPT is also used by the irq handling routines.
* SA_SHIRQ is for shared interrupt support on PCI and EISA. * SA_SHIRQ is for shared interrupt support on PCI and EISA.
* SA_TIMER is used by dynamic tick timer.
*/ */
#define SA_PROBE SA_ONESHOT #define SA_PROBE SA_ONESHOT
#define SA_TIMER SA_NOMASK
#define SA_SAMPLE_RANDOM SA_RESTART #define SA_SAMPLE_RANDOM SA_RESTART
#define SA_SHIRQ 0x04000000 #define SA_SHIRQ 0x04000000
......
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