Prev: [PATCH] TPM: ReadPubEK output struct fix
Next: tracing, vmscan: Add trace events for LRU page isolation
From: Inaky Perez-Gonzalez on 14 Jun 2010 13:00 On Fri, 2010-06-11 at 18:06 -0700, Joe Perches wrote: > Signed-off-by: Joe Perches <joe(a)perches.com> > Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez(a)intel.com> You would be missing include/linux/wimax.h include/linux/wimax/debug.h [there is a file include/linux/wimax/i2400m.h that is part of the i2400m driver, so I don't know if you could do include/linux/wimax*]. Thanks! > --- > MAINTAINERS | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4cf783b..03cfc1c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6243,6 +6243,9 @@ M: linux-wimax(a)intel.com > L: wimax(a)linuxwimax.org > S: Supported > W: http://linuxwimax.org > +F: Documentation/wimax/README.wimax > +F: include/net/wimax.h > +F: net/wimax/ > > WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM > M: David Vrabel <david.vrabel(a)csr.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Inaky Perez-Gonzalez on 14 Jun 2010 13:40
On Mon, 2010-06-14 at 10:23 -0700, Joe Perches wrote: > Signed-off-by: Joe Perches <joe(a)perches.com> > Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez(a)intel.com> Acked-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez(a)intel.com> > --- > MAINTAINERS | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4cf783b..03cfc1c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6243,6 +6243,11 @@ M: linux-wimax(a)intel.com > L: wimax(a)linuxwimax.org > S: Supported > W: http://linuxwimax.org > +F: Documentation/wimax/README.wimax > +F: include/linux/wimax.h > +F: include/linux/wimax/debug.h > +F: include/net/wimax.h > +F: net/wimax/ > > WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM > M: David Vrabel <david.vrabel(a)csr.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |