aboutsummaryrefslogtreecommitdiffstats
path: root/lib/livepatch/Makefile
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@kernel.org>2023-09-16 15:58:07 +0800
committerDavid S. Miller <davem@davemloft.net>2023-09-18 12:44:34 +0100
commit6f799fd9dda7ea91c19b5600a7cf05400751d105 (patch)
treec578b841b6627659ef6d33a369911646582eedd8 /lib/livepatch/Makefile
parentMerge branch 'stmmac-tx-coe' (diff)
downloadlinux-6f799fd9dda7ea91c19b5600a7cf05400751d105.tar.gz
linux-6f799fd9dda7ea91c19b5600a7cf05400751d105.zip
net: stmmac: dwmac-anarion: use devm_stmmac_probe_config_dt()
Simplify the driver's probe() function by using the devres variant of stmmac_probe_config_dt(). The remove_new() callback now needs to be switched to stmmac_pltfr_remove_no_dt(). Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/livepatch/Makefile')
0 files changed, 0 insertions, 0 deletions
d>-17/+17 2024-09-09swap: convert swapon() to use a folioMatthew Wilcox (Oracle)1-9/+7 2024-09-09mm: count the number of partially mapped anonymous THPs per sizeBarry Song3-0/+14 2024-09-09mm: count the number of anonymous THPs per sizeBarry Song6-6/+37 2024-09-09mm: tidy up shmem mTHP controls and statsRyan Roberts1-28/+112 2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts3-43/+35 2024-09-03mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolationKefeng Wang1-28/+15 2024-09-03mm: migrate: add isolate_folio_to_list()Kefeng Wang3-35/+42 2024-09-03mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()Kefeng Wang1-10/+10 2024-09-03mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang2-17/+35 2024-09-03mm: memory_hotplug: remove head variable in do_migrate_range()Kefeng Wang1-8/+14