summaryrefslogtreecommitdiffstats
path: root/sys/pci/amdpm.c
diff options
context:
space:
mode:
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 4fc51b9..6c18f48 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>
OpenPOWER on IntegriCloud