Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 715
b: refs/heads/master
c: 512345b
h: refs/heads/master
i:
  713: 1836509
  711: 7ba6fc0
v: v3
  • Loading branch information
Paul E. McKenney authored and Linus Torvalds committed May 1, 2005
1 parent 8287484 commit 0e71d9c
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 66cf8f1443301a1d5bc9c21709e4264e6919a3e1
refs/heads/master: 512345be2549308b8ae8e85a3ff7f6d56a38e5f6
6 changes: 6 additions & 0 deletions trunk/include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ extern void __chk_io_ptr(void __iomem *);
# define __deprecated /* unimplemented */
#endif

#ifdef MODULE
#define __deprecated_for_modules __deprecated
#else
#define __deprecated_for_modules
#endif

#ifndef __must_check
#define __must_check
#endif
Expand Down

0 comments on commit 0e71d9c

Please sign in to comment.