aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/x86/clk-lpt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/clk/x86/clk-lpt.c b/drivers/clk/x86/clk-lpt.c
index 4f45eee9e33b..812f83f8b0c6 100644
--- a/drivers/clk/x86/clk-lpt.c
+++ b/drivers/clk/x86/clk-lpt.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Intel Lynxpoint LPSS clocks. 2 * Intel Low Power Subsystem clocks.
3 * 3 *
4 * Copyright (C) 2013, Intel Corporation 4 * Copyright (C) 2013, Intel Corporation
5 * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> 5 * Authors: Mika Westerberg <mika.westerberg@linux.intel.com>
@@ -18,8 +18,6 @@
18#include <linux/platform_data/clk-lpss.h> 18#include <linux/platform_data/clk-lpss.h>
19#include <linux/platform_device.h> 19#include <linux/platform_device.h>
20 20
21#define PRV_CLOCK_PARAMS 0x800
22
23static int lpt_clk_probe(struct platform_device *pdev) 21static int lpt_clk_probe(struct platform_device *pdev)
24{ 22{
25 struct lpss_clk_data *drvdata; 23 struct lpss_clk_data *drvdata;