[PATCH] ipack: move header files to include/linux

Samuel Iglesias Gonsálvez siglesias at igalia.com
Fri Nov 16 17:48:34 UTC 2012


On Fri, 2012-11-16 at 09:44 -0800, Greg Kroah-Hartman wrote:
> On Fri, Nov 16, 2012 at 06:34:36PM +0100, Samuel Iglesias Gonsalvez wrote:
> > Move ipack header files to include/linux/ directory where they belong to.
> > 
> > Signed-off-by: Samuel Iglesias Gonsalvez <siglesias at igalia.com>
> > ---
> >  drivers/ipack/carriers/tpci200.h |    3 +-
> >  drivers/ipack/devices/ipoctal.c  |    2 +-
> >  drivers/ipack/ipack.c            |    2 +-
> >  drivers/ipack/ipack.h            |  215 --------------------------------------
> >  drivers/ipack/ipack_ids.h        |   32 ------
> >  include/linux/ipack.h            |  214 +++++++++++++++++++++++++++++++++++++
> >  include/linux/ipack_ids.h        |   32 ++++++
> >  7 files changed, 249 insertions(+), 251 deletions(-)
> >  delete mode 100644 drivers/ipack/ipack.h
> >  delete mode 100644 drivers/ipack/ipack_ids.h
> >  create mode 100644 include/linux/ipack.h
> >  create mode 100644 include/linux/ipack_ids.h
> 
> Can you send me a patch in -M format, that just shows the files moving
> next time?

OK

> Also, do we really need the ipack_ids.h file in include/linux?  It looks
> like only the core ipack code cares about the values there, right?
> 

Yes, you are right. I will rewrite the patch again and send it.

Sorry for the inconveniences,

Sam

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/attachments/20121116/ef41a8a1/attachment.asc>


More information about the devel mailing list