diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mtd/physmap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mtd/physmap.h b/include/linux/mtd/physmap.h index bcfd9f777454..e963b86e296b 100644 --- a/include/linux/mtd/physmap.h +++ b/include/linux/mtd/physmap.h | |||
| @@ -35,8 +35,6 @@ struct physmap_flash_data { | |||
| 35 | void physmap_configure(unsigned long addr, unsigned long size, | 35 | void physmap_configure(unsigned long addr, unsigned long size, |
| 36 | int bankwidth, void (*set_vpp)(struct map_info *, int) ); | 36 | int bankwidth, void (*set_vpp)(struct map_info *, int) ); |
| 37 | 37 | ||
| 38 | #ifdef CONFIG_MTD_PARTITIONS | ||
| 39 | |||
| 40 | /* | 38 | /* |
| 41 | * Machines that wish to do flash partition may want to call this function in | 39 | * Machines that wish to do flash partition may want to call this function in |
| 42 | * their setup routine. | 40 | * their setup routine. |
| @@ -48,6 +46,4 @@ void physmap_configure(unsigned long addr, unsigned long size, | |||
| 48 | */ | 46 | */ |
| 49 | void physmap_set_partitions(struct mtd_partition *parts, int num_parts); | 47 | void physmap_set_partitions(struct mtd_partition *parts, int num_parts); |
| 50 | 48 | ||
| 51 | #endif /* defined(CONFIG_MTD_PARTITIONS) */ | ||
| 52 | |||
| 53 | #endif /* __LINUX_MTD_PHYSMAP__ */ | 49 | #endif /* __LINUX_MTD_PHYSMAP__ */ |
