]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/cred.h
Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple/linux...
[karo-tx-linux.git] / include / linux / cred.h
index 04421e82536596c5aeb7a28b35e142556c821598..f61d6c8f5ef317579adcc17d873f4694327c2c53 100644 (file)
@@ -66,7 +66,7 @@ extern struct group_info *groups_alloc(int);
 extern struct group_info init_groups;
 extern void groups_free(struct group_info *);
 extern int set_current_groups(struct group_info *);
-extern int set_groups(struct cred *, struct group_info *);
+extern void set_groups(struct cred *, struct group_info *);
 extern int groups_search(const struct group_info *, kgid_t);
 
 /* access the groups "array" with this macro */