diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2012-01-29 01:22:48 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2012-01-29 01:22:48 +0000 |
| commit | 0b41be7e561cd6d6594bab07e52987c78ec2fd7f (patch) | |
| tree | c0f60beb8034cb1f08d3653dc04f0c4d0c999339 /sys/dev/tws | |
| parent | 230968d5c9dc809f8634b084b715c7205ffd3561 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tws')
| -rw-r--r-- | sys/dev/tws/tws.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/dev/tws/tws.c b/sys/dev/tws/tws.c index 78f8bb1bfe12..ba3b1505a42b 100644 --- a/sys/dev/tws/tws.c +++ b/sys/dev/tws/tws.c @@ -30,10 +30,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ -*/ + */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <dev/tws/tws.h> #include <dev/tws/tws_services.h> @@ -883,9 +883,7 @@ static device_method_t tws_methods[] = { DEVMETHOD(device_suspend, tws_suspend), DEVMETHOD(device_resume, tws_resume), - DEVMETHOD(bus_print_child, bus_generic_print_child), - DEVMETHOD(bus_driver_added, bus_generic_driver_added), - { 0, 0 } + DEVMETHOD_END }; static driver_t tws_driver = { |
