summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2025-06-26 18:59:51 +0300
committerLee Jones <lee@kernel.org>2025-07-24 11:27:13 +0100
commitdd1902b6e90508b4243af930db933ea3d26d2981 (patch)
tree90dd39909f2edaef35636936d646ca5bf4b7255e /scripts/patch-kernel
parent96ecc71fd2fb65edb9048733aecca6b79d76fa14 (diff)
downloadkernel-dd1902b6e90508b4243af930db933ea3d26d2981.tar.gz
mfd: wm8350-core: Don't use "proxy" headers
Update header inclusions to follow IWYU (Include What You Use) principle. Note that kernel.h is discouraged to be included as it's written at the top of that file. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20250626155951.325683-1-andriy.shevchenko@linux.intel.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
tro/kernel/commit/drivers/block/mtip32xx?id=4a32e1cdb745ea9f66358810b0ce85698033f57e'>mtip32xx: add error handling support for add_disk()Luis Chamberlain 2021-06-30mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig 2021-06-30mtip32xx: simplify sysfs setupChristoph Hellwig 2021-06-09mtip32xx: remove unnecessary oom messageZhen Lei 2021-04-06block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unusedLee Jones 2021-03-29mtip32xx: use LIST_HEAD() for list_headShixin Liu 2021-03-29mtip32xx: use DEFINE_SPINLOCK() for spinlockShixin Liu 2021-01-26mtip32xx: prefer pcie_capability_read_word()Bjorn Helgaas 2021-01-26mtip32xx: use PCI #defines instead of numbersBjorn Helgaas 2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang 2020-12-01mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig 2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig