m68k: Replace #include <asm/export.h> with #include <linux/export.h>
Commit ddb5cdbafa
("kbuild: generate KSYMTAB entries by modpost")
deprecated <asm/export.h>, which is now a wrapper of <linux/export.h>.
Replace #include <asm/export.h> with #include <linux/export.h>.
After all the <asm/export.h> lines are converted, <asm/export.h> and
<asm-generic/export.h> will be removed.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20230807153654.997091-1-masahiroy@kernel.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
e346f9dd4c
commit
7547cbe20e
@ -33,7 +33,7 @@ General Public License for more details. */
|
|||||||
D. V. Henkel-Wallace (gumby@cygnus.com) Fete Bastille, 1992
|
D. V. Henkel-Wallace (gumby@cygnus.com) Fete Bastille, 1992
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm/export.h>
|
#include <linux/export.h>
|
||||||
|
|
||||||
/* These are predefined by new versions of GNU cpp. */
|
/* These are predefined by new versions of GNU cpp. */
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ General Public License for more details. */
|
|||||||
D. V. Henkel-Wallace (gumby@cygnus.com) Fete Bastille, 1992
|
D. V. Henkel-Wallace (gumby@cygnus.com) Fete Bastille, 1992
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm/export.h>
|
#include <linux/export.h>
|
||||||
|
|
||||||
/* These are predefined by new versions of GNU cpp. */
|
/* These are predefined by new versions of GNU cpp. */
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ General Public License for more details. */
|
|||||||
Some of this code comes from MINIX, via the folks at ericsson.
|
Some of this code comes from MINIX, via the folks at ericsson.
|
||||||
D. V. Henkel-Wallace (gumby@cygnus.com) Fete Bastille, 1992
|
D. V. Henkel-Wallace (gumby@cygnus.com) Fete Bastille, 1992
|
||||||
*/
|
*/
|
||||||
#include <asm/export.h>
|
#include <linux/export.h>
|
||||||
/* These are predefined by new versions of GNU cpp. */
|
/* These are predefined by new versions of GNU cpp. */
|
||||||
|
|
||||||
#ifndef __USER_LABEL_PREFIX__
|
#ifndef __USER_LABEL_PREFIX__
|
||||||
|
@ -32,7 +32,7 @@ General Public License for more details. */
|
|||||||
Some of this code comes from MINIX, via the folks at ericsson.
|
Some of this code comes from MINIX, via the folks at ericsson.
|
||||||
D. V. Henkel-Wallace (gumby@cygnus.com) Fete Bastille, 1992
|
D. V. Henkel-Wallace (gumby@cygnus.com) Fete Bastille, 1992
|
||||||
*/
|
*/
|
||||||
#include <asm/export.h>
|
#include <linux/export.h>
|
||||||
/* These are predefined by new versions of GNU cpp. */
|
/* These are predefined by new versions of GNU cpp. */
|
||||||
|
|
||||||
#ifndef __USER_LABEL_PREFIX__
|
#ifndef __USER_LABEL_PREFIX__
|
||||||
|
@ -32,7 +32,7 @@ General Public License for more details. */
|
|||||||
Some of this code comes from MINIX, via the folks at ericsson.
|
Some of this code comes from MINIX, via the folks at ericsson.
|
||||||
D. V. Henkel-Wallace (gumby@cygnus.com) Fete Bastille, 1992
|
D. V. Henkel-Wallace (gumby@cygnus.com) Fete Bastille, 1992
|
||||||
*/
|
*/
|
||||||
#include <asm/export.h>
|
#include <linux/export.h>
|
||||||
/* These are predefined by new versions of GNU cpp. */
|
/* These are predefined by new versions of GNU cpp. */
|
||||||
|
|
||||||
#ifndef __USER_LABEL_PREFIX__
|
#ifndef __USER_LABEL_PREFIX__
|
||||||
|
Loading…
Reference in New Issue
Block a user