Revision 0a89b5eb818aee2efe8b092bb303aec56486a3d3 authored by Linus Torvalds on 02 April 2017, 16:23:31 UTC, committed by Linus Torvalds on 02 April 2017, 16:23:31 UTC
Pull EFI fix from Thomas Gleixner:
 "Downgrade the missing ESRT header printk to warning level and remove a
  useless error printk which just generates noise for no value"

* 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  efi/esrt: Cleanup bad memory map log messages
2 parent s 4a6808f + 79a21d5
Raw File
Makefile
obj-$(CONFIG_MAC802154)	+= mac802154.o
mac802154-objs		:= main.o rx.o tx.o mac_cmd.o mib.o \
			   iface.o llsec.o util.o cfg.o trace.o

CFLAGS_trace.o := -I$(src)
back to top