Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141749
b: refs/heads/master
c: 2418a62
h: refs/heads/master
i:
  141747: 88784eb
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 25a39ea commit 7f2e89f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6d0d63bd7a9c0a6373c7759cb55580b806269dae
refs/heads/master: 2418a628ff9d1cfc4fecd9899f915326ff6e7b96
12 changes: 1 addition & 11 deletions trunk/drivers/staging/p9auth/p9auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,23 @@
* Released under the GPLv2
*
*/
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/moduleparam.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/proc_fs.h>
#include <linux/fcntl.h>
#include <linux/cdev.h>
#include <linux/syscalls.h>
#include <linux/uaccess.h>
#include <linux/list.h>
#include <linux/err.h>
#include <linux/mm.h>
#include <linux/string.h>
#include <linux/crypto.h>
#include <linux/highmem.h>
#include <linux/jiffies.h>
#include <linux/timex.h>
#include <linux/interrupt.h>
#include <linux/scatterlist.h>
#include <linux/crypto.h>
#include <linux/sched.h>
#include <linux/cred.h>
#include <asm/system.h>

#ifndef CAP_MAJOR
#define CAP_MAJOR 0
Expand Down

0 comments on commit 7f2e89f

Please sign in to comment.