From: Pavel Roskin Date: Thu, 7 Jul 2011 22:13:55 +0000 (-0400) Subject: ath5k: don't use volatile, it's not needed X-Git-Tag: v3.1-rc1~316^2~124^2^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2753f87a574c4844dfa1709c7d0a474f0dc8d818;p=pandora-kernel.git ath5k: don't use volatile, it's not needed Signed-off-by: Pavel Roskin The reg variable is only used by __raw_writel() and __raw_readl(), which should guarantee memory access in the right order. Signed-off-by: John W. Linville --- Reading git-diff-tree failed