bfqio: Remove redundant extern

* This is the exported header for libbfqio, of course it includes the
  function listed. No need for extern.

Change-Id: Idbdd9b51f14e52741fed5eb7d7fb78a46bb7dc72
gugelfrei
Ethan Chen 6 years ago committed by Bruno Martins
parent 63b15427d1
commit 32e4e79dfa

@ -21,7 +21,7 @@
extern "C" {
#endif
extern int android_set_rt_ioprio(int pid, int rt);
int android_set_rt_ioprio(int pid, int rt);
#ifdef __cplusplus
}

Loading…
Cancel
Save