Added missing linux/modules.h include. stable-1.5
authorFlorian Pose <fp@igh-essen.com>
Mon, 23 Jul 2012 16:10:45 +0200
branchstable-1.5
changeset 2404 2698d29007f1
parent 2401 7f7580b318c3
child 2405 214be3e0640e
Added missing linux/modules.h include.
master/slave_config.c
--- a/master/slave_config.c	Mon Jul 23 15:35:32 2012 +0200
+++ b/master/slave_config.c	Mon Jul 23 16:10:45 2012 +0200
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- *  $Id$
+ *  $Id: slave_config.c,v d64957379916 2011/11/04 11:21:09 fp $
  *
  *  Copyright (C) 2006-2008  Florian Pose, Ingenieurgemeinschaft IgH
  *
@@ -36,6 +36,7 @@
 
 /*****************************************************************************/
 
+#include <linux/module.h>
 #include <linux/slab.h>
 
 #include "globals.h"