summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-07-18 14:45:20 -0600
committerRob Herring <robh@kernel.org>2023-08-28 13:30:57 -0500
commit263291fa44ff0909b5b7c43ff40babc1c43362f2 (patch)
treeb23e689fcd9631a03563816aae1df539b4809def /tools/perf/scripts/python/bin
parentc89388469197735cb47aaa2c12d942d0fb2860c0 (diff)
downloadkernel-263291fa44ff0909b5b7c43ff40babc1c43362f2.tar.gz
sparc: Explicitly include correct DT includes
The DT of_device.h and of_platform.h date back to the separate of_platform_bus_type before it was merged into the regular platform bus. As part of that merge prepping Arm DT support 13 years ago, they "temporarily" include each other. They also include platform_device.h and of.h. As a result, there's a pretty much random mix of those include files used throughout the tree. In order to detangle these headers and replace the implicit includes with struct declarations, users need to explicitly include the correct includes. Acked-by: Sam Ravnborg <sam@ravnborg.org> Link: https://lore.kernel.org/all/20230718143211.1066810-1-robh@kernel.org/ Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
>reiserfs: removed duplicated #includeHuang Weiyi 2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro 2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan 2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara 2008-07-25reiserfs: correct mount option parsing to detect when quota options can be ch...Jan Kara 2008-07-25reiserfs: fix typos in messages and comments (journalled -> journaled)Jan Kara 2008-07-25reiserfs: fix synchronization of quota files in journal=data modeJan Kara 2008-07-04reiserfs: add missing unlock to an error path in reiserfs_quota_write()Jan Kara 2008-04-28reiserfs: unpack tails on quota filesJan Kara 2008-04-28reiserfs: fix hang on umount with quotas when journal is abortedJan Kara 2008-04-28quota: reiserfs: make reiserfs handle quotaon on remountJan Kara 2008-04-28quota: various style cleanupsJan Kara 2008-03-04fs/reiserfs/super.c: correct use of ! and &Julia Lawall 2008-02-14Introduce path_put()Jan Blunck 2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck 2008-02-08mount options: fix reiserfsMiklos Szeredi 2007-10-22exportfs: make struct export_operations constChristoph Hellwig 2007-10-22reiserfs: new export opsChristoph Hellwig 2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day 2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney 2007-10-17reiserfs: workaround for dead loop in finish_unfinishedLepton Wu 2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter 2007-09-11quota: fix infinite loopJan Kara 2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt 2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig 2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter 2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap 2007-05-08reiserfs: shrink superblock if no xattrsAlexey Dobriyan 2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter 2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek 2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev 2006-12-07[PATCH] reiser: replace kmalloc+memset with kzallocYan Burman 2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter 2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter 2006-11-03[PATCH] reiserfs: reset errval after initializing bitmap cacheJeff Mahoney