mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
hwmon: (pmbus/adp1050) Don't use "proxy" headers
Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20240325124156.3036266-1-andriy.shevchenko@linux.intel.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
c84e93da8b
commit
9c3793629d
|
|
@ -5,12 +5,10 @@
|
|||
* Copyright (C) 2024 Analog Devices, Inc.
|
||||
*/
|
||||
#include <linux/bits.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/mod_devicetable.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/of.h>
|
||||
|
||||
#include "pmbus.h"
|
||||
|
||||
static struct pmbus_driver_info adp1050_info = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user