]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: bfin_mac: drop volatile markings on packet buffers
authorMike Frysinger <vapier@gentoo.org>
Thu, 19 Jul 2012 04:08:47 +0000 (00:08 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 19 Jul 2012 04:09:32 +0000 (00:09 -0400)
commit6705e036ce2a815ff23eef0e4ed123550474516d
tree7d658de9ec53f837d176727d2c60d6cb24098e80
parent42c6e9ad1b4bf5a8d071460a614c4d24e6877369
Blackfin: bfin_mac: drop volatile markings on packet buffers

Now that common code doesn't declare these as volatile, we don't need to
either anymore.  This fixes the build warning:

bfin_mac.c: In function 'bfin_EMAC_recv':
bfin_mac.c:193:23: warning: assignment discards qualifiers from pointer target type

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/net/bfin_mac.c