From: Jiri Slaby Date: Thu, 26 Mar 2009 08:34:10 +0000 (+0100) Subject: staging: agnx, fix bssid compiler warnings X-Git-Tag: v2.6.31-rc1~105^2~231 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e436d09cec1eae3b3c17580c682cf1a42e595f8;p=pandora-kernel.git staging: agnx, fix bssid compiler warnings conf->bssid is const. Propagate const to not get compiler warnings: agnx/pci.c: In function ‘agnx_config_interface’: agnx/pci.c:319: warning: passing argument 2 of ‘agnx_set_bssid’ discards qualifiers from pointer target type agnx/pci.c:321: warning: passing argument 2 of ‘hash_write’ discards qualifiers from pointer target type Signed-off-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed