diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-19 20:08:14 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-19 20:08:14 -0500 |
| commit | 971d9e07e18fa3684e7fbc932f01aa2a0682f232 (patch) | |
| tree | a927315124d4c96ba6673a20cddc74862a856a73 /scripts | |
| parent | acab1f8857aad3bed826efe240cc10113c4fae51 (diff) | |
| parent | 8bcabff0589c1ef8fec9f98d525943217ae10971 (diff) | |
Merge tag 'cris-changes-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris
Pull arch/chris updates from Jesper Nilsson:
"Mostly cleanup and build fixes for CRISv32 allmodconfig
God Jul och Gott Nytt år!"
* tag 'cris-changes-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris:
CRISv32: Remove last remnants of ETRAX_SPI_MMC_BOARD
CRISv32: ETRAXFS: Fix recursive spinlock
CRISv32: Select MTDRAM for axisflashmap
CRISv32: Implement early console
CRIS: Use KALLSYMs if available in call stack dump
CRISv32: Fix declaration mismatch
CRISv32: Rewrite of synchronous serial port driver
CRIS: Update init memory handling
CRISv32: Better handling of watchdog bite
CRIS: Export missing function symbols
CRIS: Export ioremap_nocache
CRIS: Fix headers_install
CRISv32: Add missing include for mm.h
CRISv32: Drop obsolete file for SPI driver
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/headers.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/headers.sh b/scripts/headers.sh index 95ece06599a5..d4dc4de5cea1 100755 --- a/scripts/headers.sh +++ b/scripts/headers.sh | |||
| @@ -19,8 +19,6 @@ for arch in ${archs}; do | |||
| 19 | case ${arch} in | 19 | case ${arch} in |
| 20 | um) # no userspace export | 20 | um) # no userspace export |
| 21 | ;; | 21 | ;; |
| 22 | cris) # headers export are known broken | ||
| 23 | ;; | ||
| 24 | *) | 22 | *) |
| 25 | if [ -d ${srctree}/arch/${arch} ]; then | 23 | if [ -d ${srctree}/arch/${arch} ]; then |
| 26 | do_command $1 ${arch} | 24 | do_command $1 ${arch} |
