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/4e5ee4f0e050
branches: trunk
changeset: 330668:4e5ee4f0e050
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 68842b00834f -r 4e5ee4f0e050 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