mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 12:10:23 -04:00
staging: unisys: uislib.h: Remove unused cache allocation prototypes
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c2ec4b23c9
commit
7192a5dd54
@@ -284,11 +284,6 @@ static inline unsigned int issue_vmcall_channel_mismatch(const char *chname,
|
||||
}
|
||||
|
||||
#define UIS_DAEMONIZE(nam)
|
||||
void *uislib_cache_alloc(struct kmem_cache *cur_pool, char *fn, int ln);
|
||||
#define UISCACHEALLOC(cur_pool) uislib_cache_alloc(cur_pool, __FILE__, __LINE__)
|
||||
void uislib_cache_free(struct kmem_cache *cur_pool, void *p, char *fn, int ln);
|
||||
#define UISCACHEFREE(cur_pool, p) \
|
||||
uislib_cache_free(cur_pool, p, __FILE__, __LINE__)
|
||||
|
||||
void uislib_enable_channel_interrupts(u32 bus_no, u32 dev_no,
|
||||
int (*interrupt)(void *),
|
||||
|
||||
Reference in New Issue
Block a user