Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/include/linux Remove defunct declarati...



details:   https://anonhg.NetBSD.org/src/rev/f99bd3929bce
branches:  trunk
changeset: 797429:f99bd3929bce
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Jul 17 14:07:44 2014 +0000

description:
Remove defunct declarations of alloc_page/free_page.

diffstat:

 sys/external/bsd/drm2/include/linux/gfp.h |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 77270b4f752b -r f99bd3929bce sys/external/bsd/drm2/include/linux/gfp.h
--- a/sys/external/bsd/drm2/include/linux/gfp.h Thu Jul 17 14:05:12 2014 +0000
+++ b/sys/external/bsd/drm2/include/linux/gfp.h Thu Jul 17 14:07:44 2014 +0000
@@ -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 @@
 #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_ */



Home | Main Index | Thread Index | Old Index