Skip to content

Commit

Permalink
Fixed some compile errors by adding:
Browse files Browse the repository at this point in the history
	#include <linux/delay.h>
	#include <linux/semaphore.h>
  • Loading branch information
Richard Neill committed Sep 9, 2013
1 parent c2c86f7 commit 330fcae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/pulseblaster.c
Expand Up @@ -21,6 +21,8 @@
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/delay.h>
#include <linux/semaphore.h>
#include "pulseblaster.h"

/** Pulseblaster driver name */
Expand Down

0 comments on commit 330fcae

Please sign in to comment.