lkml.org 
[lkml]   [2018]   [May]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v1 05/11] cpufreq: tegra20: Clean up included headers
    Date
    Remove unused/unneeded headers and sort them in the alphabet order.

    Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
    ---
    drivers/cpufreq/tegra20-cpufreq.c | 11 ++---------
    1 file changed, 2 insertions(+), 9 deletions(-)

    diff --git a/drivers/cpufreq/tegra20-cpufreq.c b/drivers/cpufreq/tegra20-cpufreq.c
    index 69f033d297e1..61f00d1cba26 100644
    --- a/drivers/cpufreq/tegra20-cpufreq.c
    +++ b/drivers/cpufreq/tegra20-cpufreq.c
    @@ -16,16 +16,9 @@
    *
    */

    -#include <linux/kernel.h>
    -#include <linux/module.h>
    -#include <linux/types.h>
    -#include <linux/sched.h>
    -#include <linux/cpufreq.h>
    -#include <linux/delay.h>
    -#include <linux/init.h>
    -#include <linux/err.h>
    #include <linux/clk.h>
    -#include <linux/io.h>
    +#include <linux/cpufreq.h>
    +#include <linux/module.h>

    static struct cpufreq_frequency_table freq_table[] = {
    { .frequency = 216000 },
    --
    2.17.0
    \
     
     \ /
      Last update: 2018-05-17 20:04    [W:2.390 / U:1.332 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site