linux/drivers/staging/speakup
Chen Gang 5e6dc548e4 drivers: staging: speakup: serialio: only use platform specific SERIAL_PORT_DFNS.
If SERIAL_PORT_DFNS isn't present by platform, it need be defined to
"nothing", like the 8250 serial driver does it.

All related macros also need be removed: IRQF_SHARED is defined in
"linux/interrupt.h", others will be defined when related architecture
has SERIAL_PORT_DFNS.

Or it will cause issue (for arc, with allmodconfig):

    CC [M]  drivers/staging/speakup/serialio.o
  drivers/staging/speakup/serialio.c:12:2: error: initializer element is not constant
    SERIAL_PORT_DFNS
    ^
  drivers/staging/speakup/serialio.c:12:2: error: (near initialization for 'rs_table[0].baud_base')
  drivers/staging/speakup/serialio.c:12:2: error: initializer element is not constant
  drivers/staging/speakup/serialio.c:12:2: error: (near initialization for 'rs_table[1].baud_base')
  drivers/staging/speakup/serialio.c:12:2: error: initializer element is not constant
  drivers/staging/speakup/serialio.c:12:2: error: (near initialization for 'rs_table[2].baud_base')
  drivers/staging/speakup/serialio.c:12:2: error: initializer element is not constant
  drivers/staging/speakup/serialio.c:12:2: error: (near initialization for 'rs_table[3].baud_base')

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-11-11 16:22:17 -08:00
..
buffers.c Staging: speakup: buffers.c: checkpatch.pl fixes 2013-01-17 13:31:07 -08:00
DefaultKeyAssignments
devsynth.c staging: speakup: fix warnings by adding __user annotations 2013-05-22 15:35:52 -07:00
fakekey.c staging: speakup: Turn some symbols static 2013-01-07 14:08:15 -08:00
i18n.c staging: speakup: i18n: remove custom locking macros 2013-05-16 16:11:08 -07:00
i18n.h staging: speakup: Prefix externally-visible symbols 2013-01-07 14:06:31 -08:00
Kconfig Staging: speakup: Add dependencies for ISA card drivers 2013-09-17 07:47:45 -07:00
keyhelp.c Staging: speakup: keyhelp.c: checkpatch.pl fixes 2013-01-17 13:31:07 -08:00
kobjects.c Staging: speakup: replacing simple_strtoul with kstrtoul 2013-10-19 14:51:06 -07:00
main.c staging: speakup: str initialization replaced with NULL where it was initialized with int 2013-10-03 13:50:54 -07:00
Makefile
selection.c staging: speakup: selection.c fix typo in comment 2013-04-05 15:03:09 -07:00
serialio.c drivers: staging: speakup: serialio: only use platform specific SERIAL_PORT_DFNS. 2013-11-11 16:22:17 -08:00
serialio.h drivers: staging: speakup: serialio: only use platform specific SERIAL_PORT_DFNS. 2013-11-11 16:22:17 -08:00
speakup_acnt.h
speakup_acntpc.c Staging: speakup: removing jiffies comparison using time_after_eq() 2013-10-19 05:27:15 -07:00
speakup_acntsa.c staging: speakup: Prefix externally-visible symbols 2013-01-07 14:06:31 -08:00
speakup_apollo.c Staging: speakup: removing jiffies comparison in speakup_apollo.c 2013-10-19 05:27:19 -07:00
speakup_audptr.c staging: speakup: str initialization replaced with NULL where it was initialized with int 2013-10-03 13:50:54 -07:00
speakup_bns.c staging: speakup: Prefix externally-visible symbols 2013-01-07 14:06:31 -08:00
speakup_decext.c staging: speakup: decext: remove custom locking macros 2013-05-16 16:11:10 -07:00
speakup_decpc.c Staging: speakup: Return NULL instead of 0 in speakup_decpc.c 2013-05-16 16:17:29 -07:00
speakup_dectlk.c staging: speakup: dectlk: remove custom locking macros 2013-05-16 16:14:47 -07:00
speakup_dtlk.c Staging: speakup/speakup_dtlk: Return NULL instead of 0 2013-05-22 15:35:38 -07:00
speakup_dtlk.h
speakup_dummy.c staging: speakup: Prefix externally-visible symbols 2013-01-07 14:06:31 -08:00
speakup_keypc.c Staging: speakup/speakup_keypc: Return NULL instead of 0 2013-05-22 15:35:38 -07:00
speakup_ltlk.c staging: speakup: Prefix externally-visible symbols 2013-01-07 14:06:31 -08:00
speakup_soft.c staging: speakup: fix warnings by adding __user annotations 2013-05-22 15:35:52 -07:00
speakup_spkout.c staging: speakup: Prefix externally-visible symbols 2013-01-07 14:06:31 -08:00
speakup_txprt.c staging: speakup: Prefix externally-visible symbols 2013-01-07 14:06:31 -08:00
speakup.h staging: speakup: remove custom string_unescape_any_inplace 2013-04-30 17:04:03 -07:00
speakupmap.h
speakupmap.map
spk_priv_keyinfo.h
spk_priv.h staging: speakup: remove custom locking macro definitions 2013-05-16 16:14:50 -07:00
spk_types.h
spkguide.txt
synth.c Staging: speakup: Fix return value in synth.c 2013-05-16 16:17:30 -07:00
thread.c staging: speakup: thread: remove custom locking macros 2013-05-16 16:14:49 -07:00
TODO
varhandlers.c staging: speakup: remove unnecessary space before semicolon 2013-10-14 09:15:27 -07:00