diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-05-30 02:51:57 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-30 16:43:24 +0200 |
commit | e3aa51fecdc941c859ed0515084323d3f997aa4a (patch) | |
tree | 982c236258481231fc65c0aba9618f0f36f7e07a /drivers/video/bt455.h | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 (diff) | |
download | linux-e3aa51fecdc941c859ed0515084323d3f997aa4a.tar.xz linux-e3aa51fecdc941c859ed0515084323d3f997aa4a.zip |
acpi: fix sparse const errors
In this case we want a constant pointer to constant chars:
drivers/misc/thinkpad_acpi.c:3824:19: error: Just how const do you want this type to be?
Like the error says.
drivers/misc/thinkpad_acpi.c:3863:19: error: Just how const do you want this type to be?
drivers/misc/thinkpad_acpi.c:3864:19: error: Just how const do you want this type to be?
drivers/misc/thinkpad_acpi.c:3865:19: error: Just how const do you want this type to be?
drivers/misc/thinkpad_acpi.c:3866:19: error: Just how const do you want this type to be?
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/bt455.h')
0 files changed, 0 insertions, 0 deletions