bfqio: Use pragma once for include guard
Change-Id: I53a8ee558beeb115fa08905a8dc2cda64c1d2de5
This commit is contained in:
parent
32e4e79dfa
commit
0500ba8a0b
1 changed files with 1 additions and 4 deletions
|
@ -14,8 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef __BFQIO_H
|
||||
#define __BFQIO_H
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -26,5 +25,3 @@ int android_set_rt_ioprio(int pid, int rt);
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __BFQIO_H */
|
||||
|
|
Loading…
Reference in a new issue