linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5.70-mm3: ioctl32-cleanup-ppc64
@ 2003-05-31 22:52 Andres Salomon
  0 siblings, 0 replies; only message in thread
From: Andres Salomon @ 2003-05-31 22:52 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 109 bytes --]

Hi Andrew,

Something I noticed missing from 2.5.70-mm3; sparc64 and x86_64 are
cleaned up, but ppc64 isn't.

[-- Attachment #2: ioctl32-cleanup-ppc64.patch --]
[-- Type: text/plain, Size: 739 bytes --]

--- a/arch/ppc64/kernel/ppc_ksyms.c	2003-05-31 18:48:15.000000000 -0400
+++ b/arch/ppc64/kernel/ppc_ksyms.c	2003-05-31 18:48:28.000000000 -0400
@@ -49,8 +49,6 @@
 
 extern int sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg);
 extern int do_signal(sigset_t *, struct pt_regs *);
-extern int register_ioctl32_conversion(unsigned int cmd, int (*handler)(unsigned int, unsigned int, unsigned long, struct file *));
-extern int unregister_ioctl32_conversion(unsigned int cmd);
 
 int abs(int);
 
@@ -66,9 +64,6 @@
 EXPORT_SYMBOL(synchronize_irq);
 #endif /* CONFIG_SMP */
 
-EXPORT_SYMBOL(register_ioctl32_conversion);
-EXPORT_SYMBOL(unregister_ioctl32_conversion);
-
 EXPORT_SYMBOL(isa_io_base);
 EXPORT_SYMBOL(pci_io_base);
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-31 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-31 22:52 [PATCH] 2.5.70-mm3: ioctl32-cleanup-ppc64 Andres Salomon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).