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
|
#ifndef _DBG_H
|
||||||
#define _DBG_H
|
#define _DBG_H
|
||||||
|
|
||||||
inline void dset(int);
|
void dset(int);
|
||||||
inline int dget(void);
|
int dget(void);
|
||||||
|
|
||||||
#define dbg_printf(level, fmt, args...) \
|
#define dbg_printf(level, fmt, args...) \
|
||||||
do { \
|
do { \
|
||||||
|
Loading…
Reference in New Issue
Block a user