]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Mismatching declarations of revision strings in HiSax
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 17 Jul 2007 11:04:17 +0000 (04:04 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:05 +0000 (10:23 -0700)
commit6acee02712d0592dcd6120bc54d77c47cd2f6059
tree2486aa7b50ed299aa44506840e1b2f32bf6bb77f
parent67837f232d6d55be99d6e0dec4ea9bb8112840cd
Mismatching declarations of revision strings in HiSax

The {l1,l2,l3,lli,tei}_revision strings in the HiSax driver are 'const',
but have a mismatching declaration as 'extern char *' in config.c.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/isdn/hisax/config.c