Added missing linux/modules.h include.
This commit is contained in:
parent
685e89389d
commit
dbc993a98b
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue