trousers: remove inline keyword from two functions.

Inline functions only make sense when you put them in a ".h" file.
The whole concept is about making the function definition visible
to all callers.

This patch removes the inline keyword from function read_data and
write_data because they are in .c file and they are used by other
c files.

BUG=chromium:253557
TEST=FEATURES="TEST" emerge-lumpy trousers passes.

Change-Id: I04149e41a60bc9487636a7d758a1fd3f34a105b5
Reviewed-on: https://gerrit.chromium.org/gerrit/59794
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Luigi Semenzato <semenzato@chromium.org>
Reviewed-by: Darren Krahn <dkrahn@chromium.org>
Commit-Queue: Yunlian Jiang <yunlian@chromium.org>
Tested-by: Yunlian Jiang <yunlian@chromium.org>
3 files changed