summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/clk-st.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/clk-st.h')
-rw-r--r--include/linux/platform_data/clk-st.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/platform_data/clk-st.h b/include/linux/platform_data/clk-st.h
deleted file mode 100644
index 7cdb6a402b35..000000000000
--- a/include/linux/platform_data/clk-st.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* SPDX-License-Identifier: MIT */
-/*
- * clock framework for AMD Stoney based clock
- *
- * Copyright 2018 Advanced Micro Devices, Inc.
- */
-
-#ifndef __CLK_ST_H
-#define __CLK_ST_H
-
-#include <linux/compiler.h>
-
-struct st_clk_data {
- void __iomem *base;
-};
-
-#endif /* __CLK_ST_H */