Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190107
b: refs/heads/master
c: 74a9201
h: refs/heads/master
i:
  190105: e3524d9
  190103: 08e902e
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Apr 22, 2010
1 parent ed85424 commit 6d2d0a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e31877b647bf41ad080adad6100a617ed4c6be4
refs/heads/master: 74a920139a0f1119c5a604cef0ce5d6f591dc782
14 changes: 3 additions & 11 deletions trunk/drivers/staging/dt3155/dt3155_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,8 @@ MA 02111-1307 USA

extern void printques(int);

#ifdef MODULE
#include <linux/module.h>
#include <linux/interrupt.h>


MODULE_LICENSE("GPL");

#endif

#ifndef CONFIG_PCI
#error "DT3155 : Kernel PCI support not enabled (DT3155 drive requires PCI)"
#endif

#include <linux/pci.h>
#include <linux/types.h>
#include <linux/poll.h>
Expand All @@ -84,6 +73,9 @@ MODULE_LICENSE("GPL");
#include "dt3155_io.h"
#include "allocator.h"


MODULE_LICENSE("GPL");

/* Error variable. Zero means no error. */
int dt3155_errno = 0;

Expand Down

0 comments on commit 6d2d0a4

Please sign in to comment.