Module Name:    src
Committed By:   riastradh
Date:           Thu Jul 17 14:07:44 UTC 2014

Modified Files:
        src/sys/external/bsd/drm2/include/linux: gfp.h

Log Message:
Remove defunct declarations of alloc_page/free_page.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/include/linux/gfp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/include/linux/gfp.h
diff -u src/sys/external/bsd/drm2/include/linux/gfp.h:1.4 src/sys/external/bsd/drm2/include/linux/gfp.h:1.5
--- src/sys/external/bsd/drm2/include/linux/gfp.h:1.4	Wed Jul 16 20:59:58 2014
+++ src/sys/external/bsd/drm2/include/linux/gfp.h	Thu Jul 17 14:07:44 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: gfp.h,v 1.4 2014/07/16 20:59:58 riastradh Exp $	*/
+/*	$NetBSD: gfp.h,v 1.5 2014/07/17 14:07:44 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -63,14 +63,6 @@ typedef int gfp_t;
 #define	__GFP_WAIT		__BIT(11)
 #define	__GFP_ZERO		__BIT(12)
 
-/* XXX Make the nm output a little more greppable...  */
-#define	alloc_page	linux_alloc_page
-#define	__free_page	linux___free_page
-
 struct page;
-#if 0
-struct page *	alloc_page(gfp_t);
-void		__free_page(struct page *);
-#endif
 
 #endif	/* _LINUX_GFP_H_ */

Reply via email to