commit | 6acee02712d0592dcd6120bc54d77c47cd2f6059 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Tue Jul 17 04:04:17 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 17 10:23:05 2007 -0700 |
tree | 2486aa7b50ed299aa44506840e1b2f32bf6bb77f | |
parent | 67837f232d6d55be99d6e0dec4ea9bb8112840cd [diff] |
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>