diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-11-10 21:30:04 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-11-10 21:30:04 +0000 |
commit | e8991236d498c9646c20a8acf0236cf3342dad6f (patch) | |
tree | b4bd3052883fca1145eaa389311d46371584f6d9 /source/components/tables | |
parent | d4e301bc21b6911ed7f5d6a86659c4882fa7ab55 (diff) |
Notes
Diffstat (limited to 'source/components/tables')
-rw-r--r-- | source/components/tables/tbdata.c | 2 | ||||
-rw-r--r-- | source/components/tables/tbfadt.c | 2 | ||||
-rw-r--r-- | source/components/tables/tbfind.c | 2 | ||||
-rw-r--r-- | source/components/tables/tbinstal.c | 2 | ||||
-rw-r--r-- | source/components/tables/tbprint.c | 2 | ||||
-rw-r--r-- | source/components/tables/tbutils.c | 2 | ||||
-rw-r--r-- | source/components/tables/tbxface.c | 1 | ||||
-rw-r--r-- | source/components/tables/tbxfload.c | 1 | ||||
-rw-r--r-- | source/components/tables/tbxfroot.c | 2 |
9 files changed, 0 insertions, 16 deletions
diff --git a/source/components/tables/tbdata.c b/source/components/tables/tbdata.c index e0c5f3ae4bb1..7ee5b00a14ad 100644 --- a/source/components/tables/tbdata.c +++ b/source/components/tables/tbdata.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __TBDATA_C__ - #include "acpi.h" #include "accommon.h" #include "acnamesp.h" diff --git a/source/components/tables/tbfadt.c b/source/components/tables/tbfadt.c index 22c09d22bd9a..474dd4bb3f45 100644 --- a/source/components/tables/tbfadt.c +++ b/source/components/tables/tbfadt.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __TBFADT_C__ - #include "acpi.h" #include "accommon.h" #include "actables.h" diff --git a/source/components/tables/tbfind.c b/source/components/tables/tbfind.c index bbd8523e4059..12f3b265ddcc 100644 --- a/source/components/tables/tbfind.c +++ b/source/components/tables/tbfind.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __TBFIND_C__ - #include "acpi.h" #include "accommon.h" #include "actables.h" diff --git a/source/components/tables/tbinstal.c b/source/components/tables/tbinstal.c index 791979ccd945..10a79c3c356a 100644 --- a/source/components/tables/tbinstal.c +++ b/source/components/tables/tbinstal.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __TBINSTAL_C__ - #include "acpi.h" #include "accommon.h" #include "actables.h" diff --git a/source/components/tables/tbprint.c b/source/components/tables/tbprint.c index 431747672dcd..be5dcabf9c0c 100644 --- a/source/components/tables/tbprint.c +++ b/source/components/tables/tbprint.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __TBPRINT_C__ - #include "acpi.h" #include "accommon.h" #include "actables.h" diff --git a/source/components/tables/tbutils.c b/source/components/tables/tbutils.c index 56fd46dfca3c..628b2b72b2c3 100644 --- a/source/components/tables/tbutils.c +++ b/source/components/tables/tbutils.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __TBUTILS_C__ - #include "acpi.h" #include "accommon.h" #include "actables.h" diff --git a/source/components/tables/tbxface.c b/source/components/tables/tbxface.c index 26ee44bd9ed4..870b4bbe7aa8 100644 --- a/source/components/tables/tbxface.c +++ b/source/components/tables/tbxface.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __TBXFACE_C__ #define EXPORT_ACPI_INTERFACES #include "acpi.h" diff --git a/source/components/tables/tbxfload.c b/source/components/tables/tbxfload.c index f28aa091bfc0..bd8bafa75d0c 100644 --- a/source/components/tables/tbxfload.c +++ b/source/components/tables/tbxfload.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __TBXFLOAD_C__ #define EXPORT_ACPI_INTERFACES #include "acpi.h" diff --git a/source/components/tables/tbxfroot.c b/source/components/tables/tbxfroot.c index 04500aae02fa..9b915700b2fa 100644 --- a/source/components/tables/tbxfroot.c +++ b/source/components/tables/tbxfroot.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __TBXFROOT_C__ - #include "acpi.h" #include "accommon.h" #include "actables.h" |