summaryrefslogtreecommitdiff
path: root/sys/pci/amdpm.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 06:34:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 06:34:30 +0000
commitf4636c595963ab77fae559bb5eb35e54c9951538 (patch)
tree45aa7a8e0814925716b7df26a6901a4ee8341422 /sys/pci/amdpm.c
parent2c44651495e3efe18815da86983b398b559bd4ee (diff)
Notes
Diffstat (limited to 'sys/pci/amdpm.c')
-rw-r--r--sys/pci/amdpm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/amdpm.c b/sys/pci/amdpm.c
index 4fc51b9c7a2b..6c18f4829132 100644
--- a/sys/pci/amdpm.c
+++ b/sys/pci/amdpm.c
@@ -26,15 +26,15 @@
* 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$
- *
*/
/*
* Power management function/SMBus function support for the AMD 756 chip.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>