summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-07-14 11:46:39 -0600
committerJoerg Roedel <jroedel@suse.de>2023-08-21 14:17:59 +0200
commitd477f603f37197474437091bf66badddcf76f4c7 (patch)
treebef571dda4348125f1d5cf76141e153999bcad6b /tools/perf/scripts/python
parent6b7867b5b8a6b14c487bf04a693ab424c7a8718d (diff)
downloadkernel-d477f603f37197474437091bf66badddcf76f4c7.tar.gz
iommu: 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 as 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. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/20230714174640.4058404-1-robh@kernel.org Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
8c74d800b8dbdd8b9f058614874f2'>KS8695: fix ks8695_rx_irq() bug.zeal 2009-11-13ARM: fix bug of checking on signed return value using unsigned statement in w...Wan ZongShun 2009-11-01NET:KS8695: add API for get rx interrupt bitFigo.zhang 2009-10-28NET/KS8695: add support NAPI for RxFigo.zhang 2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet 2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger 2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-08-18net: Rename MAC platform driver for w90p910 platformWan ZongShun 2009-08-13Add support for w90p910 mac driverWan ZongShun 2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-07-22register at91_ether using platform_driver_probeUwe Kleine-König 2009-07-20Add mac driver for w90p910Wan ZongShun 2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-07-12netdev: restore MTU change operationBen Hutchings 2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings 2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy 2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller 2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy 2009-05-29net: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori 2009-05-26ixp4xx_eth: Remove references to BUS_ID_SIZE.David S. Miller 2009-05-25IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the com...Krzysztof Hałasa 2009-05-23IXP4xx: Whitespace fixes in the Ethernet driver.Krzysztof Hałasa 2009-05-23IXP4xx: Ethernet and WAN drivers now support "high" hardware queues.Krzysztof Hałasa 2009-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds 2009-05-09IXP4xx: complete Ethernet netdev setup before calling register_netdev().Krzysztof Hałasa 2009-05-09IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.Krzysztof Hałasa