Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45912
b: refs/heads/master
c: 3d8b303
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and Linus Torvalds committed Jan 30, 2007
1 parent cd80f6d commit 743c22c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: efee2b812645d10824bf6cb247789910bcb66881
refs/heads/master: 3d8b3036f5260b366ec0982aa2f862d841d058c2
4 changes: 4 additions & 0 deletions trunk/include/linux/cdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
#include <linux/kdev_t.h>
#include <linux/list.h>

struct file_operations;
struct inode;
struct module;

struct cdev {
struct kobject kobj;
struct module *owner;
Expand Down

0 comments on commit 743c22c

Please sign in to comment.