public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.6.13 - 2/3 - Remove the deprecated function __check_region
@ 2005-08-30 17:07 Stephane Wirtel
  2005-08-30 17:16 ` Stephane Wirtel
  0 siblings, 1 reply; 2+ messages in thread
From: Stephane Wirtel @ 2005-08-30 17:07 UTC (permalink / raw)
  To: Stephane Wirtel; +Cc: Linux Kernel Mailing List

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

Hi all, 
 
Here is the second patch for kernel 2.6.13 from Linus tree.

-- 
Stephane Wirtel <stephane.wirtel@belgacom.net>
                <stephane.wirtel@gmail.com>



[-- Attachment #2: patch_remove_check_mem_region_in_include_linux_ioportH.diff --]
[-- Type: text/plain, Size: 536 bytes --]

diff --git a/include/linux/ioport.h b/include/linux/ioport.h
--- a/include/linux/ioport.h
+++ b/include/linux/ioport.h
@@ -114,7 +114,6 @@ extern struct resource * __request_regio
 
 /* Compatibility cruft */
 #define release_region(start,n)	__release_region(&ioport_resource, (start), (n))
-#define check_mem_region(start,n)	__check_region(&iomem_resource, (start), (n))
 #define release_mem_region(start,n)	__release_region(&iomem_resource, (start), (n))
 
 extern int __check_region(struct resource *, unsigned long, unsigned long);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] 2.6.13 - 2/3 - Remove the deprecated function __check_region
  2005-08-30 17:07 [PATCH] 2.6.13 - 2/3 - Remove the deprecated function __check_region Stephane Wirtel
@ 2005-08-30 17:16 ` Stephane Wirtel
  0 siblings, 0 replies; 2+ messages in thread
From: Stephane Wirtel @ 2005-08-30 17:16 UTC (permalink / raw)
  To: Stephane Wirtel; +Cc: Linux Kernel Mailing List

Don't apply this patch please, :|


Thanks
-- 
Stephane Wirtel <stephane.wirtel@belgacom.net>
                <stephane.wirtel@gmail.com>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-30 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30 17:07 [PATCH] 2.6.13 - 2/3 - Remove the deprecated function __check_region Stephane Wirtel
2005-08-30 17:16 ` Stephane Wirtel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox