Commit 60e375cb authored by jan.koester's avatar jan.koester
Browse files

some fixes

parent c1db64f8
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
@@ -339,31 +339,6 @@ static int rbtree_all(const void *key, const struct rb_node *node)
	return 0;
}

static int rbtree_all(const void *key, const struct rb_node *node)
{
	return 0;
}

static int rbtree_all(const void *key, const struct rb_node *node)
{
	return 0;
}

static int rbtree_all(const void *key, const struct rb_node *node)
{
	return 0;
}

static int rbtree_all(const void *key, const struct rb_node *node)
{
	return 0;
}

static int rbtree_all(const void *key, const struct rb_node *node)
{
	return 0;
}

/**
 * regcache_sync - Sync the register cache with the hardware.
 *
+0 −4
Original line number Diff line number Diff line
@@ -24,10 +24,6 @@
#include <linux/delay.h>
#include "internal.h"

struct eventfs_inode {
	struct list_head	e_top_files;
};

/*
 * struct eventfs_file - hold the properties of the eventfs files and
 *                       directories.