The file include/linux/pmem.h was recently created to hold the PMEM API, and is logically part of the PMEM driver. Add an entry for this file to MAINTAINERS.
Signed-off-by: Ross Zwisler <[email protected]> Cc: Greg KH <[email protected]> Cc: Dan Williams <[email protected]> Cc: [email protected] --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index d4164f80cb42..8f0826b2c036 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5952,6 +5952,7 @@ L: [email protected] Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ S: Supported F: drivers/nvdimm/pmem.c +F: include/linux/pmem.h LINUX FOR IBM pSERIES (RS/6000) M: Paul Mackerras <[email protected]> -- 1.9.3 -- 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/

