[PATCH RT] Add missing semicolon in percpu_list.h

From: Steven Rostedt
Date: Wed Aug 08 2007 - 15:04:11 EST


Ingo,

This patch adds a missing semicolon in the percpu_list.h under
!CONFIG_SMP.

Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>

Index: linux-2.6.23-rc2-rt2/include/linux/percpu_list.h
===================================================================
--- linux-2.6.23-rc2-rt2.orig/include/linux/percpu_list.h
+++ linux-2.6.23-rc2-rt2/include/linux/percpu_list.h
@@ -84,7 +84,7 @@ void percpu_list_fold(struct percpu_list

struct percpu_list {
struct lock_list_head list;
-}
+};

static inline
void percpu_list_init(struct percpu_list *pcl)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/