diff options
author | Javier Herrero <jherrero@hvsistemas.es> | 2008-05-17 06:21:57 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-05-17 06:21:57 -0400 |
commit | eedd306b51274fb64c00924b5ead679153fca78d (patch) | |
tree | 37923470580827820c394da3013de6d2b3d17528 /include/asm-blackfin | |
parent | b4aa54d951d38d7a989d6b6385494ef5ea7371d7 (diff) |
Blackfin serial driver: add extra IRQ flag for 8250 serial driver
Signed-off-by: Javier Herrero <jherrero@hvsistemas.es>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'include/asm-blackfin')
-rw-r--r-- | include/asm-blackfin/serial.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-blackfin/serial.h b/include/asm-blackfin/serial.h new file mode 100644 index 000000000000..994dd869558c --- /dev/null +++ b/include/asm-blackfin/serial.h | |||
@@ -0,0 +1,5 @@ | |||
1 | /* | ||
2 | * include/asm-blackfin/serial.h | ||
3 | */ | ||
4 | |||
5 | #define SERIAL_EXTRA_IRQ_FLAGS IRQF_TRIGGER_HIGH | ||