Added missing linux/modules.h include.

This commit is contained in:
Florian Pose 2012-07-23 16:10:45 +02:00
parent 8da4e37466
commit 03c932486a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
/*****************************************************************************/
#include <linux/module.h>
#include <linux/slab.h>
#include "globals.h"