mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
gfs2: Remove unnecessary function prototype
Function __gfs2_glock_dq() gets defined before it is used, so there is no need for a separate function declaration. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
This commit is contained in:
parent
1613e604df
commit
99b8520c00
|
|
@ -61,7 +61,6 @@ struct gfs2_glock_iter {
|
|||
typedef void (*glock_examiner) (struct gfs2_glock * gl);
|
||||
|
||||
static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target);
|
||||
static void __gfs2_glock_dq(struct gfs2_holder *gh);
|
||||
static void handle_callback(struct gfs2_glock *gl, unsigned int state,
|
||||
unsigned long delay, bool remote);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user