From: Suman Anna Date: Mon, 20 Jul 2015 22:33:30 +0000 (-0500) Subject: iommu/omap: Use BIT(x) macros in omap-iopgtable.h X-Git-Tag: omap-for-v4.3/fixes-rc1~57^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff98fa68c88d7babf96b7df7c713aaf2ed6558a;p=pandora-kernel.git iommu/omap: Use BIT(x) macros in omap-iopgtable.h Switch to using the BIT(x) macros in omap-iopgtable.h where possible. This eliminates the following checkpatch check warning: "CHECK: Prefer using the BIT macro" A couple of macros that used zero bit shifting are defined directly to avoid the above warning on one of the macros. Signed-off-by: Suman Anna Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed