mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
7211a1bae6
extern inline doesn't make much sense Cc: Yusuke Goda <yusuke.goda.sx@renesas.com> Cc: Magnus Damm <magnus.damm@gmail.com> Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
12 lines
161 B
C
12 lines
161 B
C
#ifdef __ASSEMBLY__
|
|
|
|
/* do nothing here by default */
|
|
|
|
#else /* __ASSEMBLY__ */
|
|
|
|
static inline void mmcif_update_progress(int nr)
|
|
{
|
|
}
|
|
|
|
#endif /* __ASSEMBLY__ */
|