Skip to content
Snippets Groups Projects
Commit e91e123b authored by Eric Barton's avatar Eric Barton
Browse files

* removed spurious 'inline' from extern portal_ioctl_getdata() decl

parent 07d97b04
No related branches found
No related tags found
No related merge requests found
......@@ -384,7 +384,7 @@ static inline int portal_ioctl_pack(struct portal_ioctl_data *data, char **pbuf,
#else
extern inline int portal_ioctl_getdata(char *buf, char *end, void *arg);
extern int portal_ioctl_getdata(char *buf, char *end, void *arg);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment