summaryrefslogtreecommitdiff
path: root/drivers/power/bq2415x_charger.c
diff options
context:
space:
mode:
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>2013-11-18 11:44:09 +0200
committerDavid S. Miller <davem@davemloft.net>2013-11-18 15:07:35 -0800
commit6469c842ec57f5062224bb5b86e6d38784b8d6c0 (patch)
treec2780eedece128d0171c16f6ee7b17c118549b3a /drivers/power/bq2415x_charger.c
parent2d3c627502f2a9b0a7de06a5a2df2365542a72c9 (diff)
sparc64: fix build regession
Commit ea1e7ed33708 triggers build regression on sparc64. include/linux/mm.h:1391:2: error: implicit declaration of function 'pgtable_cache_init' [-Werror=implicit-function-declaration] arch/sparc/include/asm/pgtable_64.h:978:13: error: conflicting types for 'pgtable_cache_init' [-Werror] It happens due headers include loop: <linux/mm.h> -> <asm/pgtable.h> -> <asm/pgtable_64.h> -> <asm/tlbflush.h> -> <asm/tlbflush_64.h> -> <linux/mm.h> Let's drop <linux/mm.h> include from asm/tlbflush_64.h. Build tested with allmodconfig. Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/power/bq2415x_charger.c')
0 files changed, 0 insertions, 0 deletions