Re: pxamci.c fails to compile

2007-05-14 Thread Pierre Ossman
Russell King wrote: > On Mon, May 14, 2007 at 11:22:04AM +0300, Mike Rapoport wrote: >> The PXA MMC controller does not compile for PXA27x after MMC >> reorganization, because it uses protocol defines to implement HW erratum >> workaround (lines 232 - 247 of drivers/mmc/host/pxamci.c ). >> The

Re: pxamci.c fails to compile

2007-05-14 Thread Russell King
On Mon, May 14, 2007 at 11:22:04AM +0300, Mike Rapoport wrote: > The PXA MMC controller does not compile for PXA27x after MMC > reorganization, because it uses protocol defines to implement HW erratum > workaround (lines 232 - 247 of drivers/mmc/host/pxamci.c ). > The following patch fixes it

pxamci.c fails to compile

2007-05-14 Thread Mike Rapoport
The PXA MMC controller does not compile for PXA27x after MMC reorganization, because it uses protocol defines to implement HW erratum workaround (lines 232 - 247 of drivers/mmc/host/pxamci.c ). The following patch fixes it -- Sincerely yours, Mike. diff --git a/drivers/mmc/host/pxamci.c

pxamci.c fails to compile

2007-05-14 Thread Mike Rapoport
The PXA MMC controller does not compile for PXA27x after MMC reorganization, because it uses protocol defines to implement HW erratum workaround (lines 232 - 247 of drivers/mmc/host/pxamci.c ). The following patch fixes it -- Sincerely yours, Mike. diff --git a/drivers/mmc/host/pxamci.c

Re: pxamci.c fails to compile

2007-05-14 Thread Russell King
On Mon, May 14, 2007 at 11:22:04AM +0300, Mike Rapoport wrote: The PXA MMC controller does not compile for PXA27x after MMC reorganization, because it uses protocol defines to implement HW erratum workaround (lines 232 - 247 of drivers/mmc/host/pxamci.c ). The following patch fixes it It's

Re: pxamci.c fails to compile

2007-05-14 Thread Pierre Ossman
Russell King wrote: On Mon, May 14, 2007 at 11:22:04AM +0300, Mike Rapoport wrote: The PXA MMC controller does not compile for PXA27x after MMC reorganization, because it uses protocol defines to implement HW erratum workaround (lines 232 - 247 of drivers/mmc/host/pxamci.c ). The following