]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: wlags49_h2: add missing <linux/string.h> for strlen
authorJeff Mahoney <jeffm@suse.com>
Wed, 9 Jun 2010 20:01:10 +0000 (16:01 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 30 Jun 2010 15:18:15 +0000 (08:18 -0700)
commit8174fc04e8e71b3969a45c9be288f6535d6b90d3
tree677b4eec4f3f24afc4edba80e0ec16716ba22e9f
parentd750785f305e03669757678c24cb4e6e8761edf0
Staging: wlags49_h2: add missing <linux/string.h> for strlen

On ia64, the build fails with incompatible implicit definition of strlen.
This patch adds the <linux/string.h> include to get the real prototype.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlags49_h2/wl_enc.c