diff options
author | Javier Herrero <jherrero@hvsistemas.es> | 2008-05-17 12:21:57 +0200 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-05-17 12:21:57 +0200 |
commit | eedd306b51274fb64c00924b5ead679153fca78d (patch) | |
tree | 37923470580827820c394da3013de6d2b3d17528 /include/asm-blackfin | |
parent | 8250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 b... (diff) | |
download | linux-eedd306b51274fb64c00924b5ead679153fca78d.tar.xz linux-eedd306b51274fb64c00924b5ead679153fca78d.zip |
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 @@ +/* + * include/asm-blackfin/serial.h + */ + +#define SERIAL_EXTRA_IRQ_FLAGS IRQF_TRIGGER_HIGH |