diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-14 12:52:56 +0900 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-06-08 02:43:36 +0000 |
commit | e08f457c7c0cc7720f28349f8780ea752c063441 (patch) | |
tree | 7b82666f2002d57dc57d022daf90c778265159e9 /include/asm-sh/sections.h | |
parent | 7a302a9674593259866de4a9d5ae8edc03dc1934 (diff) | |
download | talos-obmc-linux-e08f457c7c0cc7720f28349f8780ea752c063441.tar.gz talos-obmc-linux-e08f457c7c0cc7720f28349f8780ea752c063441.zip |
sh: __user annotations for __get/__put_user().
This adds in some more __user annotations. These weren't being
handled properly in some of the __get_user and __put_user paths,
so tidy those up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/sections.h')
-rw-r--r-- | include/asm-sh/sections.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sh/sections.h b/include/asm-sh/sections.h index 57abd708b236..44c06c09e208 100644 --- a/include/asm-sh/sections.h +++ b/include/asm-sh/sections.h @@ -3,7 +3,5 @@ #include <asm-generic/sections.h> -extern char _end[]; - #endif /* __ASM_SH_SECTIONS_H */ |