diff options
Diffstat (limited to 'ANDROID_3.4.5/include/asm-generic/serial.h')
-rw-r--r-- | ANDROID_3.4.5/include/asm-generic/serial.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ANDROID_3.4.5/include/asm-generic/serial.h b/ANDROID_3.4.5/include/asm-generic/serial.h deleted file mode 100644 index 5e291090..00000000 --- a/ANDROID_3.4.5/include/asm-generic/serial.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef __ASM_GENERIC_SERIAL_H -#define __ASM_GENERIC_SERIAL_H - -/* - * This should not be an architecture specific #define, oh well. - * - * Traditionally, it just describes i8250 and related serial ports - * that have this clock rate. - */ - -#define BASE_BAUD (1843200 / 16) - -#endif /* __ASM_GENERIC_SERIAL_H */ |