On Mon, 2013-02-18 at 02:01 +0100, Tom Gundersen wrote: > As part of the splitting up of efivars this got renamed to 'sysfs', rename it > back to 'efivars' for backwards compatibility. > > Cc: Matt Fleming <matt.fleming@xxxxxxxxx> > Signed-off-by: Tom Gundersen <teg@xxxxxxx> > --- > drivers/firmware/efi/Kconfig | 2 + > drivers/firmware/efi/Makefile | 2 +- > drivers/firmware/efi/efivars.c | 555 +++++++++++++++++++++++++++++++++++++++++ > drivers/firmware/efi/sysfs.c | 555 ----------------------------------------- > 4 files changed, 558 insertions(+), 556 deletions(-) > create mode 100644 drivers/firmware/efi/efivars.c > delete mode 100644 drivers/firmware/efi/sysfs.c Good point! In order to avoid introducing a bisection problem we're probably going to have to do the sysfs and efivars split together, so that we don't end up with two files called efivars.c. I'll rejiggle the patches to avoid this problem, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html