diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-04-10 10:31:10 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-04-10 10:31:10 -0700 |
commit | b59285d738b1a832b12d9258bd6f1db8f7e61f08 (patch) | |
tree | 7b768cd8ef29c84ba852269180149507080ef781 /linux-core | |
parent | 5130918e2531b9a8f6f6b65cdfce81f4f0904329 (diff) |
Move i915 init code to new file, i915_init.c, and create a new high level
init routine that runs at driver load time.
Diffstat (limited to 'linux-core')
l--------- | linux-core/i915_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/i915_init.c b/linux-core/i915_init.c new file mode 120000 index 00000000..473ddf7b --- /dev/null +++ b/linux-core/i915_init.c @@ -0,0 +1 @@ +../shared-core/i915_init.c
\ No newline at end of file |