Deleted Added
full compact
nsload.c (138287) nsload.c (151600)
1/******************************************************************************
2 *
3 * Module Name: nsload - namespace loading/expanding/contracting procedures
4 * $Revision: 69 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

--- 102 unchanged lines hidden (view full) ---

111 * United States government or any agency thereof requires an export license,
112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117#define __NSLOAD_C__
118
1/******************************************************************************
2 *
3 * Module Name: nsload - namespace loading/expanding/contracting procedures
4 * $Revision: 69 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

--- 102 unchanged lines hidden (view full) ---

111 * United States government or any agency thereof requires an export license,
112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117#define __NSLOAD_C__
118
119#include "acpi.h"
120#include "acnamesp.h"
121#include "acdispat.h"
119#include <contrib/dev/acpica/acpi.h>
120#include <contrib/dev/acpica/acnamesp.h>
121#include <contrib/dev/acpica/acdispat.h>
122
123
124#define _COMPONENT ACPI_NAMESPACE
125 ACPI_MODULE_NAME ("nsload")
126
127
128#ifndef ACPI_NO_METHOD_EXECUTION
129

--- 425 unchanged lines hidden ---
122
123
124#define _COMPONENT ACPI_NAMESPACE
125 ACPI_MODULE_NAME ("nsload")
126
127
128#ifndef ACPI_NO_METHOD_EXECUTION
129

--- 425 unchanged lines hidden ---