Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102396
b: refs/heads/master
c: 8b54b61
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 21, 2008
1 parent 83ebfca commit 8394d87
Show file tree
Hide file tree
Showing 2 changed files with 3 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: da8513c9b84317d1a2071644b6ccf734463d4849
refs/heads/master: 8b54b6135a3e6d6e7c7967de7b408fd89afb0333
2 changes: 2 additions & 0 deletions trunk/drivers/video/c2p.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* for more details.
*/

#include <linux/module.h>
#include <linux/string.h>
#include "c2p.h"

Expand Down Expand Up @@ -227,3 +228,4 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height,
}
}

MODULE_LICENSE("GPL");

0 comments on commit 8394d87

Please sign in to comment.