|
@@ -24,7 +24,6 @@
|
|
#include <linux/pm_runtime.h>
|
|
#include <linux/pm_runtime.h>
|
|
#include <linux/sched.h>
|
|
#include <linux/sched.h>
|
|
#include <linux/clkdev.h>
|
|
#include <linux/clkdev.h>
|
|
-#include <linux/stringify.h>
|
|
|
|
|
|
|
|
#include "clk.h"
|
|
#include "clk.h"
|
|
|
|
|
|
@@ -2559,7 +2558,7 @@ static const struct {
|
|
unsigned long flag;
|
|
unsigned long flag;
|
|
const char *name;
|
|
const char *name;
|
|
} clk_flags[] = {
|
|
} clk_flags[] = {
|
|
-#define ENTRY(f) { f, __stringify(f) }
|
|
|
|
|
|
+#define ENTRY(f) { f, #f }
|
|
ENTRY(CLK_SET_RATE_GATE),
|
|
ENTRY(CLK_SET_RATE_GATE),
|
|
ENTRY(CLK_SET_PARENT_GATE),
|
|
ENTRY(CLK_SET_PARENT_GATE),
|
|
ENTRY(CLK_SET_RATE_PARENT),
|
|
ENTRY(CLK_SET_RATE_PARENT),
|