Fix gpmc header Signed-off-by: Tony Lindgren <[email protected]> --- include/asm-arm/arch-omap/gpmc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Index: linux-2.6/include/asm-arm/arch-omap/gpmc.h =================================================================== --- linux-2.6.orig/include/asm-arm/arch-omap/gpmc.h 2007-04-09 14:22:43.000000000 -0400 +++ linux-2.6/include/asm-arm/arch-omap/gpmc.h 2007-04-09 14:46:49.000000000 -0400 @@ -87,7 +87,7 @@ extern int gpmc_cs_calc_divider(int cs, extern int gpmc_cs_set_timings(int cs, const struct gpmc_timings *t); extern int gpmc_cs_request(int cs, unsigned long size, unsigned long *base); extern void gpmc_cs_free(int cs); -extern void gpmc_cs_set_reserved(int cs, int reserved); +extern int gpmc_cs_set_reserved(int cs, int reserved); extern int gpmc_cs_reserved(int cs); #endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 10/18] ARM: OMAP: Fix warning in timer32k.c
- From: Tony Lindgren <[email protected]>
- [PATCH 10/18] ARM: OMAP: Fix warning in timer32k.c
- References:
- [PATCH 0/18] ARM: OMAP: Updates for common code shared between OMAP1 and OMAP2
- From: Tony Lindgren <[email protected]>
- [PATCH 1/18] ARM: OMAP: Add DMA IRQ sanity checks
- From: Tony Lindgren <[email protected]>
- [PATCH 2/18] ARM: OMAP: Add function to print clock usecounts
- From: Tony Lindgren <[email protected]>
- [PATCH 3/18] ARM: OMAP: FB: add controller platform data
- From: Tony Lindgren <[email protected]>
- [PATCH 4/18] ARM: OMAP: h4 must have blinky leds!!
- From: Tony Lindgren <[email protected]>
- [PATCH 5/18] ARM: OMAP: Sync headers with linux-omap
- From: Tony Lindgren <[email protected]>
- [PATCH 6/18] ARM: OMAP: Sync core code with linux-omap
- From: Tony Lindgren <[email protected]>
- [PATCH 7/18] ARM: OMAP: Avoid updating system time for sub-jiffy interrupts
- From: Tony Lindgren <[email protected]>
- [PATCH 8/18] ARM: OMAP: Add mailbox support for IVA
- From: Tony Lindgren <[email protected]>
- [PATCH 0/18] ARM: OMAP: Updates for common code shared between OMAP1 and OMAP2
- Prev by Date: [PATCH 7/18] ARM: OMAP: Avoid updating system time for sub-jiffy interrupts
- Next by Date: [PATCH 14/18] ARM: OMAP: FB sync with N800 tree (support for dynamic SRAM allocations)
- Previous by thread: [PATCH 8/18] ARM: OMAP: Add mailbox support for IVA
- Next by thread: [PATCH 10/18] ARM: OMAP: Fix warning in timer32k.c
- Index(es):