Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298426
b: refs/heads/master
c: 3d92e05
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker authored and Linus Torvalds committed Apr 2, 2012
1 parent b8b6e0a commit dce473c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b443caf12f9ee14e9843e53d4d929319e637275a
refs/heads/master: 3d92e05118262379f76a220772b666dfddb77a9d
2 changes: 1 addition & 1 deletion trunk/arch/avr32/mach-at32ap/include/mach/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <linux/types.h>
#include <linux/serial.h>
#include <linux/platform_data/macb.h>
#include <linux/platform_data/atmel_nand.h>
#include <linux/platform_data/atmel.h>

#define GPIO_PIN_NONE (-1)

Expand Down
6 changes: 3 additions & 3 deletions trunk/include/linux/platform_data/atmel.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* GPL v2 Only
*/

#ifndef __ATMEL_NAND_H__
#define __ATMEL_NAND_H__
#ifndef __ATMEL_H__
#define __ATMEL_H__

#include <linux/mtd/nand.h>

Expand All @@ -24,4 +24,4 @@ struct atmel_nand_data {
unsigned int num_parts;
};

#endif /* __ATMEL_NAND_H__ */
#endif /* __ATMEL_H__ */

0 comments on commit dce473c

Please sign in to comment.