-
- Downloads
[PATCH] Fix breakage after SG cleanups
Commits 58b053e4 ("Update arch/ to use sg helpers") 45711f1a ("[SG] Update drivers to use sg helpers") fa05f128 ("Update net/ to use sg helpers") converted many files to use the scatter gather helpers without ensuring that the necessary headerfile <linux/scatterlist> is included. This happened to work for ia64, powerpc, sparc64 and x86 because they happened to drag in that file via their <asm/dma-mapping.h>. On most of the others this probably broke. Instead of increasing the header file spider web I choose to include <linux/scatterlist.h> directly into the affectes files. Signed-off-by:Ralf Baechle <ralf@linux-mips.org> Signed-off-by:
Jens Axboe <jens.axboe@oracle.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- drivers/block/DAC960.c 1 addition, 0 deletionsdrivers/block/DAC960.c
- drivers/block/cpqarray.c 1 addition, 0 deletionsdrivers/block/cpqarray.c
- drivers/block/sx8.c 1 addition, 0 deletionsdrivers/block/sx8.c
- drivers/ieee1394/dma.c 1 addition, 1 deletiondrivers/ieee1394/dma.c
- drivers/media/video/ivtv/ivtv-driver.h 1 addition, 0 deletionsdrivers/media/video/ivtv/ivtv-driver.h
- drivers/media/video/videobuf-dma-sg.c 1 addition, 0 deletionsdrivers/media/video/videobuf-dma-sg.c
- drivers/mmc/host/sdhci.c 1 addition, 0 deletionsdrivers/mmc/host/sdhci.c
- drivers/usb/core/message.c 1 addition, 1 deletiondrivers/usb/core/message.c
- include/media/saa7146.h 1 addition, 0 deletionsinclude/media/saa7146.h
- net/ieee80211/ieee80211_crypt_tkip.c 1 addition, 0 deletionsnet/ieee80211/ieee80211_crypt_tkip.c
- net/ieee80211/ieee80211_crypt_wep.c 1 addition, 0 deletionsnet/ieee80211/ieee80211_crypt_wep.c
- net/mac80211/wep.c 1 addition, 1 deletionnet/mac80211/wep.c
Loading
Please register or sign in to comment