Skip to content

Commit

Permalink
mfd: Fix tc6393 according to the new tmio.h
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
  • Loading branch information
Samuel Ortiz committed Aug 10, 2008
1 parent cbdfb42 commit befb844
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/mfd/tc6393xb.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,19 +135,16 @@ static int tc6393xb_nand_enable(struct platform_device *nand)

static struct resource __devinitdata tc6393xb_nand_resources[] = {
{
.name = TMIO_NAND_CONFIG,
.start = 0x0100,
.end = 0x01ff,
.flags = IORESOURCE_MEM,
},
{
.name = TMIO_NAND_CONTROL,
.start = 0x1000,
.end = 0x1007,
.flags = IORESOURCE_MEM,
},
{
.name = TMIO_NAND_IRQ,
.start = IRQ_TC6393_NAND,
.end = IRQ_TC6393_NAND,
.flags = IORESOURCE_IRQ,
Expand Down

0 comments on commit befb844

Please sign in to comment.