Last change
on this file since 689 was 679, checked in by David Azarewicz, 4 years ago |
Merge changes from Paul's uniaud32next branch.
|
File size:
463 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * bus.c - bus driver management
|
---|
3 | *
|
---|
4 | * Copyright (c) 2002-3 Patrick Mochel
|
---|
5 | * Copyright (c) 2002-3 Open Source Development Labs
|
---|
6 | * Copyright (c) 2007 Greg Kroah-Hartman <gregkh@suse.de>
|
---|
7 | * Copyright (c) 2007 Novell Inc.
|
---|
8 | *
|
---|
9 | * This file is released under the GPLv2
|
---|
10 | *
|
---|
11 | */
|
---|
12 |
|
---|
13 | #include <linux/device.h>
|
---|
14 | #include <linux/module.h>
|
---|
15 | #include <linux/errno.h>
|
---|
16 | #include <linux/slab.h>
|
---|
17 | #include <linux/init.h>
|
---|
18 | #include <linux/string.h>
|
---|
19 | #include "base.h"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.