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

Commit 3342d2f8 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Miquel Raynal
Browse files

mtd: rawnand: sharpsl: add include guard to linux/mtd/sharpsl.h



Add a header include guard just in case.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 22028070
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@
 * Copyright (C) 2008 Dmitry Baryshkov
 */

#ifndef _MTD_SHARPSL_H
#define _MTD_SHARPSL_H

#include <linux/mtd/rawnand.h>
#include <linux/mtd/nand_ecc.h>
#include <linux/mtd/partitions.h>
@@ -16,3 +19,5 @@ struct sharpsl_nand_platform_data {
	unsigned int		nr_partitions;
	const char *const	*part_parsers;
};

#endif /* _MTD_SHARPSL_H */