up the leftovers.
#include <linux/pci.h>
#include <asm/sn/sgi.h>
-#include <linux/devfs_fs.h>
-#include <linux/devfs_fs_kernel.h>
#include <asm/io.h>
#include <asm/sn/iograph.h>
#include <asm/sn/invent.h>
/*
* init_ifconfig_bus() - Boot time initialization. Ensure that it is called
- * after devfs has been initialized.
+ * after hwgfs has been initialized.
*
*/
int init_ioconfig_bus(void)
#include <linux/string.h>
#include <linux/pci.h>
#include <linux/slab.h>
-#include <linux/devfs_fs_kernel.h>
#include <linux/module.h>
#include <asm/delay.h>
pciio_info = (pciio_info_t) hwgraph_fastinfo_get(pciio);
-#ifdef DEBUG_PCIIO
- {
- int pos;
- char dname[256];
- pos = devfs_generate_path(pciio, dname, 256);
- printk("%s : path= %s\n", __FUNCTION__, &dname[pos]);
- }
-#endif /* DEBUG_PCIIO */
-
if ((pciio_info != NULL) &&
(pciio_info->c_fingerprint != pciio_info_fingerprint)
&& (pciio_info->c_fingerprint != NULL)) {
pciio_info->c_vertex = pconn;
pciio_info_set(pconn, pciio_info);
-#ifdef DEBUG_PCIIO
- {
- int pos;
- char dname[256];
- pos = devfs_generate_path(pconn, dname, 256);
- printk("%s : pconn path= %s \n", __FUNCTION__, &dname[pos]);
- }
-#endif /* DEBUG_PCIIO */
/*
* create link to our pci provider
*/
/*
- * Register a xbow driver with devfs.
+ * Register a xbow driver with hwgraph.
* file ops.
*/
vhdl = NULL;
#ifndef _ASM_IA64_SN_HCL_UTIL_H
#define _ASM_IA64_SN_HCL_UTIL_H
-#include <linux/devfs_fs_kernel.h>
-
extern char * dev_to_name(vertex_hdl_t, char *, uint);
extern int device_master_set(vertex_hdl_t, vertex_hdl_t);
extern vertex_hdl_t device_master_get(vertex_hdl_t);
#include <linux/config.h>
#include <linux/types.h>
-#include <linux/devfs_fs_kernel.h>
#include <asm/sn/sgi.h>
#if __KERNEL__
/*
* Definition of the data structure that provides the link to
* the hwgraph fastinfo and the label entries associated with a
- * particular devfs entry.
+ * particular hwgraph entry.
*/
typedef struct labelcl_info_s {
unsigned long hwcl_magic;
arbitrary_info_t *);
extern int labelcl_info_connectpt_set(vertex_hdl_t, vertex_hdl_t);
extern int labelcl_info_get_IDX(vertex_hdl_t, int, arbitrary_info_t *);
-extern struct devfs_handle_t device_info_connectpt_get(vertex_hdl_t);
#endif /* _ASM_IA64_SN_LABELCL_H */
#include <asm/sn/types.h>
#include <asm/uaccess.h> /* for copy_??_user */
#include <linux/mm.h>
-#include <linux/devfs_fs_kernel.h>
#include <linux/fs.h>
#include <asm/sn/hwgfs.h>
#define _ASM_SN_XTALK_XBOW_INFO_H
#include <linux/types.h>
-#include <linux/devfs_fs_kernel.h>
#define XBOW_PERF_MODES 0x03
#define XBOW_PERF_COUNTERS 0x02
#ifndef __ASSEMBLY__
-#include <linux/devfs_fs_kernel.h>
#include <asm/sn/xtalk/xtalk.h>
typedef struct xswitch_info_s *xswitch_info_t;
#define _ASM_SN_XTALK_XTALK_PRIVATE_H
#include <asm/sn/ioerror.h> /* for error function and arg types */
-#include <linux/devfs_fs_kernel.h>
#include <asm/sn/xtalk/xwidget.h>
#include <asm/sn/xtalk/xtalk.h>