From 613cde541b8b9b30a8c559ceefa83c304fa4d525 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 29 Jun 2005 07:31:44 -0700 Subject: [PATCH] ARM: OMAP: Removed duplicate definition of SA_TIMER Removed duplicate definition of SA_TIMER --- include/linux/signal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/signal.h b/include/linux/signal.h index 0fd6020db37..7be18b5e2fb 100644 --- a/include/linux/signal.h +++ b/include/linux/signal.h @@ -14,10 +14,8 @@ * * SA_INTERRUPT is also used by the irq handling routines. * 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_TIMER SA_NOMASK #define SA_SAMPLE_RANDOM SA_RESTART #define SA_SHIRQ 0x04000000 -- 2.41.1