Skip to content

Commit

Permalink
nand: phytium_nand: use shared unaligned.h header
Browse files Browse the repository at this point in the history
Change <asm/unaligned.h> => <linux/unaligned.h> per upstream changes.

Signed-off-by: Mingcong Bai <[email protected]>
  • Loading branch information
MingcongBai committed Jan 2, 2025
1 parent 74a62d2 commit 78fa885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/raw/phytium_nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <linux/slab.h>
#include <linux/mfd/syscon.h>
#include <linux/regmap.h>
#include <asm/unaligned.h>
#include <linux/unaligned.h>
#include <linux/dma-mapping.h>
#include <linux/workqueue.h>
#include <linux/mtd/partitions.h>
Expand Down

0 comments on commit 78fa885

Please sign in to comment.