Remove erroneous 'inline'
Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
This commit is contained in:
parent
44fd94088e
commit
dfa4ca523a
@ -19,8 +19,8 @@
|
||||
#ifndef _DBG_H
|
||||
#define _DBG_H
|
||||
|
||||
inline void dset(int);
|
||||
inline int dget(void);
|
||||
void dset(int);
|
||||
int dget(void);
|
||||
|
||||
#define dbg_printf(level, fmt, args...) \
|
||||
do { \
|
||||
|
Loading…
Reference in New Issue
Block a user