clk: Include missing headers for linux/clk-provider.h
This header was missing a couple of include dependencies when included on its own. Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:

committed by
Lukasz Majewski

parent
efbdad3838
commit
9fca6729c6
@@ -8,6 +8,10 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef __LINUX_CLK_PROVIDER_H
|
#ifndef __LINUX_CLK_PROVIDER_H
|
||||||
#define __LINUX_CLK_PROVIDER_H
|
#define __LINUX_CLK_PROVIDER_H
|
||||||
|
|
||||||
|
#include <dm.h>
|
||||||
|
#include <linux/bitops.h>
|
||||||
|
#include <linux/err.h>
|
||||||
#include <clk-uclass.h>
|
#include <clk-uclass.h>
|
||||||
|
|
||||||
static inline void clk_dm(ulong id, struct clk *clk)
|
static inline void clk_dm(ulong id, struct clk *clk)
|
||||||
|
Reference in New Issue
Block a user