mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-14 17:14:09 +00:00
rocker: rename rocker.h to rocker_hw.h
Since "rocker.h" file is going to be used for different purpose, rename the hardware-specific header to "rocker_hw.h". Signed-off-by: Jiri Pirko <jiri@mellanox.com> Acked-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b15edf852a
commit
0fe685f6a2
@ -39,7 +39,7 @@
|
||||
#include <linux/io-64-nonatomic-lo-hi.h>
|
||||
#include <generated/utsrelease.h>
|
||||
|
||||
#include "rocker.h"
|
||||
#include "rocker_hw.h"
|
||||
|
||||
static const char rocker_driver_name[] = "rocker";
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* drivers/net/ethernet/rocker/rocker.h - Rocker switch device driver
|
||||
* Copyright (c) 2014 Jiri Pirko <jiri@resnulli.us>
|
||||
* drivers/net/ethernet/rocker/rocker_hw.h - Rocker switch device driver
|
||||
* Copyright (c) 2014-2016 Jiri Pirko <jiri@mellanox.com>
|
||||
* Copyright (c) 2014 Scott Feldman <sfeldma@gmail.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@ -9,8 +9,8 @@
|
||||
* (at your option) any later version.
|
||||
*/
|
||||
|
||||
#ifndef _ROCKER_H
|
||||
#define _ROCKER_H
|
||||
#ifndef _ROCKER_HW_H
|
||||
#define _ROCKER_HW_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user