]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk: move braille console support into separate braille.[ch] files
authorJoe Perches <joe@perches.com>
Tue, 23 Oct 2012 02:50:17 +0000 (13:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 23 Oct 2012 03:11:50 +0000 (14:11 +1100)
commit10db96eb4942a011a76de8c98aabc4f132a882d9
treeb47c826be5213f5660e210bbabd9b43c2c73fd32
parentcd2057bd7474a3f492fa1c13bcaf4ee9f8a5435a
printk: move braille console support into separate braille.[ch] files

Create files with prototypes and static inlines for braille
support.  Make braille_console functions return 1 on success.

Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Kay Sievers <kay@vrfy.org>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/accessibility/braille/braille_console.c
kernel/printk/Makefile
kernel/printk/braille.c [new file with mode: 0644]
kernel/printk/braille.h [new file with mode: 0644]
kernel/printk/printk.c