aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/heci/heci_init.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-02-25 13:06:49 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:54:24 -0700
commitc4739ea63c56928103bc1748c6d9b1df5d815a02 (patch)
tree27ccc9500d710e8579797eb010112160cc3a8e1b /drivers/staging/heci/heci_init.c
parentbc154a3862260ef8d83ff750daa1b6cfbfa129cc (diff)
Staging: heci: fix some sparse warnings
This resolves a lot of the more obvious sparse warnings in the code. There still are some major problems in the ioctl handlers dealing with user and kernel pointers that this patch does not resolve, that needs to be addressed still. Also, the locking seems to be a bit strange in places, which sparse points out, that too need to be resolved. Cc: Anas Nashif <anas.nashif@intel.com> Cc: Marcin Obara <marcin.obara@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/heci/heci_init.c')
-rw-r--r--drivers/staging/heci/heci_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/heci/heci_init.c b/drivers/staging/heci/heci_init.c
index dbc5af03fd5..a8a0da910cf 100644
--- a/drivers/staging/heci/heci_init.c
+++ b/drivers/staging/heci/heci_init.c
@@ -63,7 +63,7 @@ const __u8 heci_wd_state_independence_msg[3][4] = {
{0x07, 0x02, 0x01, 0x10}
};
-const struct guid heci_asf_guid = {
+static const struct guid heci_asf_guid = {
0x75B30CD6, 0xA29E, 0x4AF7,
{0xA7, 0x12, 0xE6, 0x17, 0x43, 0x93, 0xC8, 0xA6}
};