Skip to content

Commit

Permalink
qeth: enable kmsg hash processing in qeth_core_sys.c
Browse files Browse the repository at this point in the history
provide qeth kmsg definitions to enable hash string generation for
kernel message created with dev_err().

Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ursula Braun authored and David S. Miller committed Mar 10, 2010
1 parent 42d3804 commit fe7a262
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/s390/net/qeth_core_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
* Frank Blaschka <frank.blaschka@de.ibm.com>
*/

#define KMSG_COMPONENT "qeth"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt

#include <linux/list.h>
#include <linux/rwsem.h>
#include <asm/ebcdic.h>
Expand Down

0 comments on commit fe7a262

Please sign in to comment.