diff options
Diffstat (limited to 'Documentation/arm/Interrupts')
-rw-r--r-- | Documentation/arm/Interrupts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm/Interrupts b/Documentation/arm/Interrupts index 72c93de8cd4e..0d3dbf1099bc 100644 --- a/Documentation/arm/Interrupts +++ b/Documentation/arm/Interrupts | |||
@@ -149,7 +149,7 @@ So, what's changed? | |||
149 | 149 | ||
150 | 3. set_GPIO_IRQ_edge() is obsolete, and should be replaced by set_irq_type. | 150 | 3. set_GPIO_IRQ_edge() is obsolete, and should be replaced by set_irq_type. |
151 | 151 | ||
152 | 4. Direct access to SA1111 INTPOL is depreciated. Use set_irq_type instead. | 152 | 4. Direct access to SA1111 INTPOL is deprecated. Use set_irq_type instead. |
153 | 153 | ||
154 | 5. A handler is expected to perform any necessary acknowledgement of the | 154 | 5. A handler is expected to perform any necessary acknowledgement of the |
155 | parent IRQ via the correct chip specific function. For instance, if | 155 | parent IRQ via the correct chip specific function. For instance, if |