summaryrefslogtreecommitdiff
path: root/include/linux/usb
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-08-08 10:29:21 +0200
committerWim Van Sebroeck <wim@iguana.be>2008-08-10 20:18:07 +0000
commitd6efcab8a394c6493ccc2fcaf23c5dc0a16f052d (patch)
treeac27e2061e212a8a1cf3d77ac16aa8fb7733a175 /include/linux/usb
parent796aadeb1b2db9b5d463946766c5bbfd7717158c (diff)
downloadkernel-d6efcab8a394c6493ccc2fcaf23c5dc0a16f052d.tar.gz
[WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=n
The problem is that iTCO_vendor_support.ko is still being built while iTCO_vendor.h claims that its functions do not exist. The following Makefile update fixes that. It causes iTCO_vendor_support.ko to no longer be built if CONFIG_ITCO_VENDOR_SUPPORT=n. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'include/linux/usb')
0 files changed, 0 insertions, 0 deletions
2022-02-07powerpc/ftrace: Implement CONFIG_DYNAMIC_FTRACE_WITH_ARGSChristophe Leroy 2022-02-07powerpc/ftrace: Prepare PPC32's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...Christophe Leroy 2021-03-23tracing: Fix various typos in commentsIngo Molnar 2020-05-19powerpc: Implement ftrace_enabled() helpersNicholas Piggin 2019-09-18powerpc/ftrace: Enable HAVE_FUNCTION_GRAPH_RET_ADDR_PTRNaveen N. Rao stro/kernel/commit/fs/netfs/direct_write.c?h=master&id=4824e5917f907c163d001c753c050bc547a72b71'>netfs: Add some write-side stats and clean up some stat namesDavid Howells 2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells 2024-01-29netfs: Fix missing zero-length check in unbuffered writeDavid Howells 2024-01-05netfs: Count DIO writesDavid Howells 2024-01-05netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells 2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells 2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells