mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 08:30:53 +07:00
dz.h: remove useless unused module junk
Remove unused module function prototypes that would not even build if enabled. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
870897a5ab
commit
d4dd1467f2
@ -124,9 +124,4 @@
|
||||
#define DZ_XMIT_SIZE 4096 /* buffer size */
|
||||
#define DZ_WAKEUP_CHARS DZ_XMIT_SIZE/4
|
||||
|
||||
#ifdef MODULE
|
||||
int init_module (void)
|
||||
void cleanup_module (void)
|
||||
#endif
|
||||
|
||||
#endif /* DZ_SERIAL_H */
|
||||
|
Loading…
Reference in New Issue
Block a user