Commit b507aca9 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

kernel-headers: 2.6.28.x: remove cris patch applied upstream

parent ca1c4ce7
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
--- a/include/linux/klist.h
+++ b/include/linux/klist.h
@@ -23,7 +23,7 @@ struct klist {
 	struct list_head	k_list;
 	void			(*get)(struct klist_node *);
 	void			(*put)(struct klist_node *);
-};
+} __attribute__ ((aligned (4)));
 
 #define KLIST_INIT(_name, _get, _put)					\
 	{ .k_lock	= __SPIN_LOCK_UNLOCKED(_name.k_lock),		\