From: Tony Lindgren <tony@atomide.com> Date: Wed, 29 Jun 2005 14:31:44 +0000 (-0700) Subject: ARM: OMAP: Removed duplicate definition of SA_TIMER X-Git-Tag: v2.6.13-omap1~89 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=613cde541b8b9b30a8c559ceefa83c304fa4d525;p=linux-2.6-omap-h63xx.git ARM: OMAP: Removed duplicate definition of SA_TIMER Removed duplicate definition of SA_TIMER --- 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