|
@@ -29,8 +29,9 @@
|
|
|
#define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS))
|
|
|
#define MINOR(dev) ((unsigned int) ((dev) & MINORMASK))
|
|
|
|
|
|
-unsigned long long process_jbd2_dev_to_name(struct trace_seq *s,
|
|
|
- unsigned long long *args)
|
|
|
+static unsigned long long
|
|
|
+process_jbd2_dev_to_name(struct trace_seq *s,
|
|
|
+ unsigned long long *args)
|
|
|
{
|
|
|
unsigned int dev = args[0];
|
|
|
|
|
@@ -38,8 +39,9 @@ unsigned long long process_jbd2_dev_to_name(struct trace_seq *s,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-unsigned long long process_jiffies_to_msecs(struct trace_seq *s,
|
|
|
- unsigned long long *args)
|
|
|
+static unsigned long long
|
|
|
+process_jiffies_to_msecs(struct trace_seq *s,
|
|
|
+ unsigned long long *args)
|
|
|
{
|
|
|
unsigned long long jiffies = args[0];
|
|
|
|