Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

IB/mthca: Remove unnecessary include of <asm/page.h>

mthca_config_reg.h was including <asm/page.h> for no reason -- the whole
file is just defines of constants, so it's entirely self-contained.

Signed-off-by: Roland Dreier <rolandd@cisco.com>

-2
-2
drivers/infiniband/hw/mthca/mthca_config_reg.h
··· 34 34 #ifndef MTHCA_CONFIG_REG_H 35 35 #define MTHCA_CONFIG_REG_H 36 36 37 - #include <asm/page.h> 38 - 39 37 #define MTHCA_HCR_BASE 0x80680 40 38 #define MTHCA_HCR_SIZE 0x0001c 41 39 #define MTHCA_ECR_BASE 0x80700