]> err.no Git - linux-2.6/blobdiff - drivers/infiniband/hw/ipath/ipath_eeprom.c
IB/ipath: Make a few functions static
[linux-2.6] / drivers / infiniband / hw / ipath / ipath_eeprom.c
index 6b9147964a4f734638e42ae648493326b953d4b8..b4503e9c1e954bb4a7ff346344894818c42c9a5a 100644 (file)
@@ -426,8 +426,8 @@ bail:
  * @buffer: data to write
  * @len: number of bytes to write
  */
-int ipath_eeprom_internal_write(struct ipath_devdata *dd, u8 eeprom_offset,
-                               const void *buffer, int len)
+static int ipath_eeprom_internal_write(struct ipath_devdata *dd, u8 eeprom_offset,
+                                      const void *buffer, int len)
 {
        u8 single_byte;
        int sub_len;