Skip to content

Commit

Permalink
mtd: nand: s3c2410: Trivial cleanup in header file
Browse files Browse the repository at this point in the history
Commit 436d42c ("ARM: samsung: move platform_data definitions")
moved the files to the current location but forgot to remove the pointer
to its previous location. Clean it up. While at it also add the header
file protection macros appropriately.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
  • Loading branch information
Sachin Kamat authored and Brian Norris committed Mar 11, 2014
1 parent 26fbf48 commit 91e1650
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions include/linux/platform_data/mtd-nand-s3c2410.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* arch/arm/mach-s3c2410/include/mach/nand.h
*
/*
* Copyright (c) 2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
Expand All @@ -10,6 +9,9 @@
* published by the Free Software Foundation.
*/

#ifndef __MTD_NAND_S3C2410_H
#define __MTD_NAND_S3C2410_H

/**
* struct s3c2410_nand_set - define a set of one or more nand chips
* @disable_ecc: Entirely disable ECC - Dangerous
Expand Down Expand Up @@ -65,3 +67,5 @@ struct s3c2410_platform_nand {
* it with the s3c_device_nand. This allows @nand to be __initdata.
*/
extern void s3c_nand_set_platdata(struct s3c2410_platform_nand *nand);

#endif /*__MTD_NAND_S3C2410_H */

0 comments on commit 91e1650

Please sign in to comment.