]> Git Repo - linux.git/commitdiff
clk: lmk04832: drop superfluous #include
authorLiam Beguin <[email protected]>
Sun, 20 Nov 2022 03:02:56 +0000 (22:02 -0500)
committerStephen Boyd <[email protected]>
Fri, 9 Dec 2022 01:18:43 +0000 (17:18 -0800)
iwyu warnings: (new ones prefixed by >>)
>> drivers/clk/clk-lmk04832.c:15:1: iwyu: warning: superfluous #include <linux/debugfs.h>
>> drivers/clk/clk-lmk04832.c:20:1: iwyu: warning: superfluous #include <linux/uaccess.h>

Reported-by: kernel test robot <[email protected]>
Link: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Liam Beguin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/clk-lmk04832.c

index 3a5961fe604df4ce43a451563f382bf4c6c8e96a..7e01370fb6d4d0f6b7af02932d255d43f8143032 100644 (file)
 #include <linux/bitfield.h>
 #include <linux/clk.h>
 #include <linux/clk-provider.h>
-#include <linux/debugfs.h>
 #include <linux/device.h>
 #include <linux/gcd.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/uaccess.h>
 #include <linux/regmap.h>
 #include <linux/spi/spi.h>
 
This page took 0.059618 seconds and 4 git commands to generate.