Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87dfb311 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds
Browse files

treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>

Since commit dccd2304 ("ARM: 7430/1: sizes.h: move from asm-generic
to <linux/sizes.h>"), <asm/sizes.h> and <asm-generic/sizes.h> are just
wrappers of <linux/sizes.h>.

This commit replaces all <asm/sizes.h> and <asm-generic/sizes.h> to
prepare for the removal.

Link: http://lkml.kernel.org/r/1553267665-27228-1-git-send-email-yamada.masahiro@socionext.com


Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3813393f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#include <mach/hardware.h>
#include <asm/mach/irq.h>
#include <asm/mach-types.h>
#include <asm/sizes.h>
#include <linux/sizes.h>

#include <asm/hardware/sa1111.h>

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Free Software Foundation.
 */
#include <linux/dma-mapping.h>
#include <asm/sizes.h>
#include <linux/sizes.h>

#include "../hardware.h"
#include "devices-common.h"
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * Foundation, Inc., 51 Franklin Street, Fifth Floor,
 * Boston, MA  02110-1301, USA.
 */
#include <asm/sizes.h>
#include <linux/sizes.h>

#include "../hardware.h"
#include "devices-common.h"
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
 * the terms of the GNU General Public License version 2 as published by the
 * Free Software Foundation.
 */
#include <asm/sizes.h>
#include <linux/sizes.h>

#include "../hardware.h"
#include "devices-common.h"
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
 * the terms of the GNU General Public License version 2 as published by the
 * Free Software Foundation.
 */
#include <asm/sizes.h>
#include <linux/sizes.h>

#include "../hardware.h"
#include "devices-common.h"
Loading