Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1237141

Re: [PATCH v2] fsl-ifc: fix compilation error on ARM's 42 bit VA

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH v2] fsl-ifc: fix compilation error on ARM's 42 bit VA
Date 2015-10-01 10:40 +0200
Message-ID <qeHzc-76i-21@gated-at.bofh.it> (permalink)
References <qeHzc-76i-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wednesday 30 September 2015 17:55:42 Lijun Pan wrote:
> Need to include sched.h to fix the following compilation error
> if FSL_IFC is enabled on ARM64 machine.

That's good, but you did not change the subject line accordingly.

> Also, sort the include files by alphabetical order.

No need to reorder the other lines, just try to fit it in as good
as possible.

> Since ./arch/arm64/include/asm/stat.h does not
> include ./arch/arm64/include/asm/compat.h,
> it will not include include/linux/sched.h
> Hence we have to manually add "#include <linux/sched.h>"
> in drivers/memory/fsl_ifc.c

Ok, good job explaining what happened.

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH v2] fsl-ifc: fix compilation error on ARM's 42 bit VA Arnd Bergmann <arnd@arndb.de> - 2015-10-01 10:40 +0200
  Re: [PATCH v2] fsl-ifc: fix compilation error on ARM's 42 bit VA Arnd Bergmann <arnd@arndb.de> - 2015-10-01 23:10 +0200

csiph-web