diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-11 02:39:20 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-11 02:39:20 +0200 |
commit | 9539303a9baadde968cef2ffb6cfb48b4f63d1f5 (patch) | |
tree | 4b2cfe50dc63ba04813b1c31c3b7fe7059e7fd69 /arch/xtensa/boot | |
parent | Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... (diff) | |
parent | arch/xtensa: fix grammar in Kconfig help text (diff) | |
download | linux-9539303a9baadde968cef2ffb6cfb48b4f63d1f5.tar.xz linux-9539303a9baadde968cef2ffb6cfb48b4f63d1f5.zip |
Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensa
Pull xtensa updates from Max Filippov:
- replace setup_irq() by request_irq()
- cosmetic fixes in xtensa Kconfig and boot/Makefile
* tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensa:
arch/xtensa: fix grammar in Kconfig help text
xtensa: remove meaningless export ccflags-y
xtensa: replace setup_irq() by request_irq()
Diffstat (limited to 'arch/xtensa/boot')
-rw-r--r-- | arch/xtensa/boot/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/boot/Makefile b/arch/xtensa/boot/Makefile index efb91bfda2b4..1a14d38d9b33 100644 --- a/arch/xtensa/boot/Makefile +++ b/arch/xtensa/boot/Makefile @@ -14,7 +14,6 @@ HOSTFLAGS += -Iarch/$(ARCH)/boot/include BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#") -export ccflags-y export BIG_ENDIAN subdir-y := lib |