forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
m68k: Replace #include <asm/export.h> with #include <linux/export.h>
Commit ddb5cdb ("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 <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ General Public License for more details. */ | |
D. V. Henkel-Wallace ([email protected]) Fete Bastille, 1992 | ||
*/ | ||
|
||
#include <asm/export.h> | ||
#include <linux/export.h> | ||
|
||
/* These are predefined by new versions of GNU cpp. */ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ General Public License for more details. */ | |
D. V. Henkel-Wallace ([email protected]) Fete Bastille, 1992 | ||
*/ | ||
|
||
#include <asm/export.h> | ||
#include <linux/export.h> | ||
|
||
/* These are predefined by new versions of GNU cpp. */ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ General Public License for more details. */ | |
Some of this code comes from MINIX, via the folks at ericsson. | ||
D. V. Henkel-Wallace ([email protected]) Fete Bastille, 1992 | ||
*/ | ||
#include <asm/export.h> | ||
#include <linux/export.h> | ||
/* These are predefined by new versions of GNU cpp. */ | ||
|
||
#ifndef __USER_LABEL_PREFIX__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ General Public License for more details. */ | |
Some of this code comes from MINIX, via the folks at ericsson. | ||
D. V. Henkel-Wallace ([email protected]) Fete Bastille, 1992 | ||
*/ | ||
#include <asm/export.h> | ||
#include <linux/export.h> | ||
/* These are predefined by new versions of GNU cpp. */ | ||
|
||
#ifndef __USER_LABEL_PREFIX__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ General Public License for more details. */ | |
Some of this code comes from MINIX, via the folks at ericsson. | ||
D. V. Henkel-Wallace ([email protected]) Fete Bastille, 1992 | ||
*/ | ||
#include <asm/export.h> | ||
#include <linux/export.h> | ||
/* These are predefined by new versions of GNU cpp. */ | ||
|
||
#ifndef __USER_LABEL_PREFIX__ | ||
|