summaryrefslogtreecommitdiff
path: root/ipc/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/msg.c')
-rw-r--r--ipc/msg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/msg.c b/ipc/msg.c
index f4c494e3c93b..8a7d035dfefc 100644
--- a/ipc/msg.c
+++ b/ipc/msg.c
@@ -584,7 +584,7 @@ static int testmsg(struct msg_msg* msg,long type,int mode)
return 0;
}
-static int inline pipelined_send(struct msg_queue* msq, struct msg_msg* msg)
+static inline int pipelined_send(struct msg_queue* msq, struct msg_msg* msg)
{
struct list_head* tmp;
@@ -693,7 +693,7 @@ out_free:
return err;
}
-static int inline convert_mode(long* msgtyp, int msgflg)
+static inline int convert_mode(long* msgtyp, int msgflg)
{
/*
* find message of correct type.